Commit ab77ceca authored by Riyad Preukschas's avatar Riyad Preukschas

Merge pull request #2204 from cdawzrd/patch-1

Spelling fix to rake info task
parents f2c89c7c 32d9c223
...@@ -6,7 +6,7 @@ namespace :gitlab do ...@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment