Spelling fix to rake info task
This commit is contained in:
parent
f2c89c7c90
commit
32d9c223a5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace :gitlab do
|
||||||
puts ""
|
puts ""
|
||||||
puts "Gitlab information".yellow
|
puts "Gitlab information".yellow
|
||||||
puts "Version:\t#{Gitlab::Version}"
|
puts "Version:\t#{Gitlab::Version}"
|
||||||
puts "Resivion:\t#{Gitlab::Revision}"
|
puts "Revision:\t#{Gitlab::Revision}"
|
||||||
|
|
||||||
# check which os is running
|
# check which os is running
|
||||||
if Kernel.system('lsb_release > /dev/null 2>&1')
|
if Kernel.system('lsb_release > /dev/null 2>&1')
|
||||||
|
|
Loading…
Add table
Reference in a new issue