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,7 +6,7 @@ namespace :gitlab do | ||
6 | puts "" | 6 | puts "" |
7 | puts "Gitlab information".yellow | 7 | puts "Gitlab information".yellow |
8 | puts "Version:\t#{Gitlab::Version}" | 8 | puts "Version:\t#{Gitlab::Version}" |
9 | - puts "Resivion:\t#{Gitlab::Revision}" | 9 | + puts "Revision:\t#{Gitlab::Revision}" |
10 | 10 | ||
11 | # check which os is running | 11 | # check which os is running |
12 | if Kernel.system('lsb_release > /dev/null 2>&1') | 12 | if Kernel.system('lsb_release > /dev/null 2>&1') |