summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/status/deployment/manual.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/status/deployment/manual.rb')
-rw-r--r--lib/gitlab/ci/status/deployment/manual.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/status/deployment/manual.rb b/lib/gitlab/ci/status/deployment/manual.rb
index 0ee2a53e404..cc871685a6d 100644
--- a/lib/gitlab/ci/status/deployment/manual.rb
+++ b/lib/gitlab/ci/status/deployment/manual.rb
@@ -4,7 +4,7 @@ module Gitlab
module Deployment
class Manual < Status::Extended
def environment_text
- "Please trigger the build to deploy to %{environmentLink}."
+ "Please trigger the build to deploy to %{environment_path}."
end
def self.matches?(deployment, user)