summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/status/deployment/pending.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/status/deployment/pending.rb')
-rw-r--r--lib/gitlab/ci/status/deployment/pending.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/status/deployment/pending.rb b/lib/gitlab/ci/status/deployment/pending.rb
index 6b6baddbccb..d0f2588c9e5 100644
--- a/lib/gitlab/ci/status/deployment/pending.rb
+++ b/lib/gitlab/ci/status/deployment/pending.rb
@@ -4,7 +4,7 @@ module Gitlab
module Deployment
class Pending < Status::Extended
def environment_text
- "This job deploys to %{environmentLink} soon."
+ "This job deploys to %{environment_path} soon."
end
def self.matches?(deployment, user)