Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anludke authored and openshift-merge-robot committed Sep 6, 2023
1 parent 2824516 commit 204b492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private static class ShellRunnerTaskParams {
@Override
public WorkReport execute(WorkContext workContext) {
try {
workContext.put("command", workContext.get("command"));
workContext.put("command", getRequiredParameterValue("command"));
}
catch (Exception e) {
log.error("error command");
Expand Down

0 comments on commit 204b492

Please sign in to comment.