Commit 4fe438ce63b9332e85817ad6c46e4c9321aa39b1

Authored by Dmitriy Zaporozhets
2 parents 04b2864b 7a16572c

Merge pull request #1315 from fixe/patch-2

Fixed typo
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/status.rake
@@ -81,7 +81,7 @@ namespace :gitlab do @@ -81,7 +81,7 @@ namespace :gitlab do
81 next 81 next
82 end 82 end
83 83
84 - puts "post-reveice file ok".green 84 + puts "post-receive file ok".green
85 end 85 end
86 end 86 end
87 87