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

Co-authored-by: Peter Donovan <[email protected]>
  • Loading branch information
lhstrh and petervdonovan authored Mar 7, 2024
1 parent cb55ee0 commit dd85341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void createLauncher() {
var file = fileConfig.binPath.resolve(fileConfig.name).toFile();
var script =
"""
#!/bin/sh
#!/bin/bash
set -euo pipefail
cd $(dirname "$0")
cd ..
Expand Down

0 comments on commit dd85341

Please sign in to comment.