Skip to content

Commit

Permalink
Fixed typo when throwing exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Aug 15, 2016
1 parent ee607ea commit 4f6da73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public void start() {

if (0 != p.exitValue()) {
throw new ContainerLaunchException("Local Docker compose exited abnormally with code " + p.exitValue() +
" when running command: " + cmd, e);
" when running command: " + cmd);
}

logger().info("Docker compose has finished running");
Expand Down

0 comments on commit 4f6da73

Please sign in to comment.