Skip to content

Commit

Permalink
Update core/src/main/java/org/lflang/generator/docker/DockerComposeGe…
Browse files Browse the repository at this point in the history
…nerator.java
  • Loading branch information
lhstrh committed Apr 3, 2024
1 parent a4d7615 commit 8f73296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void createLauncher() {
} catch (IOException e) {
messageReporter
.nowhere()
.warning("Unable to write launcher to: " + file.getAbsolutePath() + " with error: " + e);
.warning("Unable to write launcher to " + file.getAbsolutePath() + " with error: " + e);
}

if (!file.setExecutable(true, false)) {
Expand Down

0 comments on commit 8f73296

Please sign in to comment.