diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-08-28 03:09:43 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-08-28 03:09:43 -0700 |
commit | 4fe438ce63b9332e85817ad6c46e4c9321aa39b1 (patch) | |
tree | c96f9fc1bff95b81ddeda55f931ca35e8ecba528 | |
parent | 04b2864b64a11a347401e1817d1409e9c8b3b50f (diff) | |
parent | 7a16572c0a47530939b4f59fb3f3bec490c03aba (diff) | |
download | gitlab-ce-4fe438ce63b9332e85817ad6c46e4c9321aa39b1.tar.gz |
Merge pull request #1315 from fixe/patch-2
Fixed typo
-rw-r--r-- | lib/tasks/gitlab/status.rake | 2 |
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 |