Commit ab77ceca5330041a91dce9c1e1b118d7b0a7cdcb
Exists in
master
and in
4 other branches
Merge pull request #2204 from cdawzrd/patch-1
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') | ... | ... |