Skip to content

Commit

Permalink
fixup! Fix testing with Bazel (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyhabits97 committed Apr 19, 2024
1 parent 73a530a commit 47f4e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

# If bazel is installed
if command -v bazel &> /dev/null; then
bazel run //Sources/MachOReaderCLI:MachOReaderCLI "$@"
bazel run //Sources/MachOReaderCLI:MachOReaderCLI -- "$@"
# Default to spm
else
swift build -c "release" --disable-sandbox
Expand Down

0 comments on commit 47f4e72

Please sign in to comment.