Skip to content

Commit

Permalink
Adapt to recent Scriptler change
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 25, 2024
1 parent f4393cb commit e7f53e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public ScriptResult run(Map<String, String> params) {
}

public ScriptResult runOnAllAgents() {
return runOn(null, "(all slaves)");
return runOn(null, "(all agents)");
}

public ScriptResult runOnAllNodes() {
Expand Down

0 comments on commit e7f53e7

Please # to comment.