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