Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Jan 4, 2012
1 parent 9cc7a27 commit 948cf47
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ public Map<String, String> call() throws Throwable {
}


Map<String, String> nodeEnvVars = Hudson.getInstance().getRootPath().act(
Map<String, String> nodeEnvVars = nodePath.act(
new Callable<Map<String, String>, IOException>() {
public Map<String, String> call() throws IOException {
return EnvVars.masterEnvVars;
Expand Down

0 comments on commit 948cf47

Please sign in to comment.