Commit 32d9c223 authored by Jon Evans's avatar Jon Evans

Spelling fix to rake info task

parent f2c89c7c
...@@ -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