summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/workhorse.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/gitlab/workhorse.rake')
-rw-r--r--lib/tasks/gitlab/workhorse.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/workhorse.rake b/lib/tasks/gitlab/workhorse.rake
index 308ffb0e284..b917a293095 100644
--- a/lib/tasks/gitlab/workhorse.rake
+++ b/lib/tasks/gitlab/workhorse.rake
@@ -1,7 +1,7 @@
namespace :gitlab do
namespace :workhorse do
desc "GitLab | Install or upgrade gitlab-workhorse"
- task :install, [:dir, :repo] => :environment do |t, args|
+ task :install, [:dir, :repo] => :gitlab_environment do |t, args|
warn_user_is_not_gitlab
unless args.dir.present?