Merge pull request #2204 from cdawzrd/patch-1
Spelling fix to rake info task
This commit is contained in:
commit
ab77ceca53
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue