Skip to content

Commit

Permalink
[JENKINS-16704] Fixing force deliver mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarnet committed Feb 8, 2013
1 parent 22ec29c commit afe4a88
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -235,7 +235,7 @@ private void deliver( Baseline baseline, Stream dstream, boolean forceDeliver, i
if( oldViewtag == null ) {
newView = snapview.getViewRoot();
} else {
newView = new File( workspace + "\\rm_delv_view" );
newView = new File( workspace, "rm_delv_view" );
}

try {
Expand Down

0 comments on commit afe4a88

Please sign in to comment.