Skip to content

Commit

Permalink
Fixed output path for job charts for tomcat deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Oct 11, 2016
1 parent eb2802a commit 233dd26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public void run() {
/** The dimension of the chart axis. */
private static final double CHART_AXIS_DIMENSION = 10.0;
/** The relative path of the output. */
private static final String OUTPUT_REL_PATH = "History" + File.separator + "webapp";
private static final String OUTPUT_REL_PATH = "History";

/** The job id. */
private final long jobId;
Expand Down

0 comments on commit 233dd26

Please sign in to comment.