Skip to content

Commit

Permalink
Add missing productPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Apr 18, 2024
1 parent 7ad0b5b commit 287de42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ object WorkflowStep {
params: Map[String, String],
timeoutMinutes: Option[Int])
extends Run {
override def productPrefix = "Run"
def withId(id: Option[String]) = copy(id = id)
def withName(name: Option[String]) = copy(name = name)
def withCond(cond: Option[String]) = copy(cond = cond)
Expand Down

0 comments on commit 287de42

Please sign in to comment.