Commit ab77ceca5330041a91dce9c1e1b118d7b0a7cdcb

Authored by Riyad Preukschas
2 parents f2c89c7c 32d9c223

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