Commit 7a16572c0a47530939b4f59fb3f3bec490c03aba

Authored by Tiago Ribeiro
1 parent 04b2864b

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 81 next
82 82 end
83 83  
84   - puts "post-reveice file ok".green
  84 + puts "post-receive file ok".green
85 85 end
86 86 end
87 87  
... ...