Commit 32d9c223a5fd247652c685fb62781c08987b006b
1 parent
f2c89c7c
Exists in
master
and in
4 other branches
Spelling fix to rake info task
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/gitlab/info.rake
... | ... | @@ -6,7 +6,7 @@ namespace :gitlab do |
6 | 6 | puts "" |
7 | 7 | puts "Gitlab information".yellow |
8 | 8 | puts "Version:\t#{Gitlab::Version}" |
9 | - puts "Resivion:\t#{Gitlab::Revision}" | |
9 | + puts "Revision:\t#{Gitlab::Revision}" | |
10 | 10 | |
11 | 11 | # check which os is running |
12 | 12 | if Kernel.system('lsb_release > /dev/null 2>&1') | ... | ... |