Skip to content

Commit

Permalink
Small fix to commit token change
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Wills committed Jul 17, 2015
1 parent 2a15d7e commit c807733
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public ContainerLaunchContext create(ContainerLaunchParameters parameters) {
clc.setEnvironment(parameters.getEnvironment());
clc.setLocalResources(parameters.getLocalResources());
if (allTokens != null) {
clc.setTokens(allTokens);
clc.setTokens(allTokens.duplicate());
}
return clc;
}
Expand Down

0 comments on commit c807733

Please sign in to comment.