Skip to content

Commit

Permalink
o JENKINS-10994: more fixes for environment var support. not yet test…
Browse files Browse the repository at this point in the history
…ed extensively

git-svn-id: https://svn.jenkins-ci.org/trunk/hudson/plugins/thinBackup@39913 71c3de6d-444a-0410-be80-ed276b4c234a
  • Loading branch information
msteinkogler committed Sep 16, 2011
1 parent b23366e commit ca0fb9f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ protected HudsonBackup(final ThinBackupPluginImpl plugin, final BackupType backu
}
}

this.backupRoot = new File(plugin.getBackupPath());
this.backupRoot = new File(plugin.getExpandedBackupPath());
if (!backupRoot.exists()) {
backupRoot.mkdirs();
}
Expand Down

0 comments on commit ca0fb9f

Please sign in to comment.