Skip to content

Commit

Permalink
fix for rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
sam zhou committed Dec 11, 2019
1 parent 5ae4b2f commit 037014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/compuware/ispw/git/CliExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public CliExecutor(PrintStream logger, Run<?, ?> run, Launcher launcher, EnvVars
this.run = run;
this.envVars = envVars;
this.launcher = launcher;
this.targetFolder = jenkinsJobWorkspacePath;
this.targetFolder = gitLocalPath;
this.globalConfig = globalConfig;

this.gitLocalPath = gitLocalPath;
Expand Down

0 comments on commit 037014f

Please sign in to comment.