summaryrefslogtreecommitdiffstats
path: root/poe
diff options
context:
space:
mode:
Diffstat (limited to 'poe')
-rwxr-xr-xpoe2
1 files changed, 1 insertions, 1 deletions
diff --git a/poe b/poe
index d1f58894..815428a3 100755
--- a/poe
+++ b/poe
@@ -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" "$@"