Spelling fix to rake info task

This commit is contained in:
Jon Evans 2012-12-06 14:10:42 -05:00
parent f2c89c7c90
commit 32d9c223a5
1 changed files with 1 additions and 1 deletions

View File

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