Skip to content

Commit

Permalink
Use -e DEBUG in script
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jun 27, 2024
1 parent 4449b32 commit a901896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugme
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

exec podman run --rm -v ~/creds.json:/root/creds.json:ro,z ghcr.io/ricardobranco777/bugme "$@"
exec podman run --rm -e DEBUG -v ~/creds.json:/root/creds.json:ro,z ghcr.io/ricardobranco777/bugme "$@"

0 comments on commit a901896

Please sign in to comment.