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,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') |