Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulRahman AlHamali committed Mar 22, 2021
1 parent a1870d0 commit 17ccf31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal val orcaToKeikoTypes = mapOf(
".PauseStage" to "pauseStage",
".RestartStage" to "restartStage",
".ResumeStage" to "resumeStage",
".IgnoreStageFailure" to "ignoreStageFailure"
".IgnoreStageFailure" to "ignoreStageFailure",
".CancelStage" to "cancelStage",
".StartExecution" to "startExecution",
".RescheduleExecution" to "rescheduleExecution",
Expand Down

0 comments on commit 17ccf31

Please sign in to comment.