Skip to content

Commit

Permalink
fix(clouddriver): small typo fix (#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpeters86 authored and marchello2000 committed Sep 18, 2019
1 parent d6f3acc commit 1d5bc6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class MonitorKatoTask implements RetryableTask {
outputs["deploy.jobs"] = deployed
}

if (stage.context."kato.taask.retriedOperation" == true) {
if (stage.context."kato.task.retriedOperation" == true) {
stage.execution.systemNotifications.add(new SystemNotification(
clock.millis(),
"katoRetryTask",
Expand Down

0 comments on commit 1d5bc6c

Please sign in to comment.