Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Evans <jon@craftyjon.com>2012-12-06 23:10:42 +0400
committerJon Evans <jon@craftyjon.com>2012-12-06 23:10:42 +0400
commit32d9c223a5fd247652c685fb62781c08987b006b (patch)
treec8a2193524011375eb445911acd8941401bbe180 /lib/tasks/gitlab/info.rake
parentf2c89c7c903b76e0a84385fa8d7761d28c2093a7 (diff)
Spelling fix to rake info task
Diffstat (limited to 'lib/tasks/gitlab/info.rake')
-rw-r--r--lib/tasks/gitlab/info.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/info.rake b/lib/tasks/gitlab/info.rake
index 6086655637c..beaf496be23 100644
--- a/lib/tasks/gitlab/info.rake
+++ b/lib/tasks/gitlab/info.rake
@@ -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')