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
path: root/lib
diff options
context:
space:
mode:
authorTiago Ribeiro <tlr@seegno.com>2012-08-28 14:09:10 +0400
committerTiago Ribeiro <tlr@seegno.com>2012-08-28 14:09:10 +0400
commit7a16572c0a47530939b4f59fb3f3bec490c03aba (patch)
treec96f9fc1bff95b81ddeda55f931ca35e8ecba528 /lib
parent04b2864b64a11a347401e1817d1409e9c8b3b50f (diff)
Fixed typo
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/status.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/status.rake b/lib/tasks/gitlab/status.rake
index 02d27d4bbcc..9483a95cccc 100644
--- a/lib/tasks/gitlab/status.rake
+++ b/lib/tasks/gitlab/status.rake
@@ -81,7 +81,7 @@ namespace :gitlab do
next
end
- puts "post-reveice file ok".green
+ puts "post-receive file ok".green
end
end