Skip to content

Commit cb85ce9

Browse files
committed
convert if to if as we cannot rename external bk names
1 parent 15d12bb commit cb85ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/src/Command/Base.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ let build
244244
}
245245
, soft_fail = c.soft_fail
246246
, skip = c.skip
247-
, if = c.if
247+
, `if` = c.if_
248248
, plugins =
249249
let dockerPart =
250250
Optional/toList

0 commit comments

Comments
 (0)