diff options
Diffstat (limited to 'poe')
-rwxr-xr-x | poe | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/sh script_dir="$(dirname "$(readlink -f "$0")")" -exec poetry --directory "$script_dir" run poe --root "$script_dir" "$@" +exec poetry --directory "$script_dir" run -- poe --root "$script_dir" "$@" |