Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Sep 5, 2011
1 parent a80bae1 commit 5d6be1f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ public Map<String, String> call() throws Throwable {
//Add the properties file
if (info.getPropertiesFilePath() != null) {
String scriptFilePath = Util.replaceMacro(info.getPropertiesFilePath(), currentEnvVars);
scriptFilePath = scriptFilePath.replace("\\", " / ");
scriptFilePath = scriptFilePath.replace("\\", "/");
logger.info(String.format("Injecting as environment variables the properties file path '%s'", scriptFilePath));
result.putAll(propertiesFileService.getVarsFromPropertiesFilePath(scriptFilePath));
}
Expand Down

0 comments on commit 5d6be1f

Please sign in to comment.