Skip to content

Commit

Permalink
oh whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
kwbauson committed Jan 26, 2023
1 parent e95efb5 commit de07dcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ in
--work "$WORK_DIRECTORY"
--url ${escapeShellArg cfg.url}
--labels ${escapeShellArg (concatStringsSep "," cfg.extraLabels)}
--name ${escapeShellArg cfg.name}
${optionalString (cfg.name != null) "--name ${escapeShellArg cfg.name}${cfg.rawNameSuffix}"}
${optionalString cfg.replace "--replace"}
${optionalString (cfg.runnerGroup != null) "--runnergroup ${escapeShellArg cfg.runnerGroup}"}
${optionalString cfg.ephemeral "--ephemeral"}
Expand Down

0 comments on commit de07dcd

Please sign in to comment.