Skip to content

Commit

Permalink
Properly quote shell script arg
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Sep 12, 2024
1 parent 1ad0a89 commit d8a3183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

uv run lazy_github/__main__.py -- $@
uv run lazy_github/__main__.py -- "$@"

0 comments on commit d8a3183

Please sign in to comment.