summaryrefslogtreecommitdiff
path: root/lib/tasks/file_hooks.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/file_hooks.rake')
-rw-r--r--lib/tasks/file_hooks.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/file_hooks.rake b/lib/tasks/file_hooks.rake
index 20a726de65b..66d382db612 100644
--- a/lib/tasks/file_hooks.rake
+++ b/lib/tasks/file_hooks.rake
@@ -1,7 +1,7 @@
namespace :file_hooks do
- desc 'Validate existing plugins'
+ desc 'Validate existing file hooks'
task validate: :environment do
- puts 'Validating file hooks from /plugins directory'
+ puts 'Validating file hooks from /file_hooks and /plugins directories'
Gitlab::FileHook.files.each do |file|
success, message = Gitlab::FileHook.execute(file, Gitlab::DataBuilder::Push::SAMPLE_DATA)