Skip to content

Commit

Permalink
Update src/main/java/hudson/slaves/CommandConnector.java
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Glick <[email protected]>
  • Loading branch information
Vlatombe and jglick authored May 7, 2021
1 parent 62ad9f7 commit 695cc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/slaves/CommandConnector.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private Object readResolve() {
@Override
public CommandLauncher launch(String host, TaskListener listener) throws IOException, InterruptedException {
// no need to call ScriptApproval.using here; CommandLauncher.launch will do that
return new CommandLauncher(new EnvVars("SLAVE", host,"AGENT", host), command);
return new CommandLauncher(new EnvVars("SLAVE", host, "AGENT", host), command);
}

@Extension @Symbol("command")
Expand Down

0 comments on commit 695cc37

Please sign in to comment.