Skip to content

Commit

Permalink
Minor correction to build script, should use which to resolve gh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Aug 12, 2024
1 parent fbcb979 commit a0fba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
die 'No Dockerfile found';
}

if (not -f 'gh') {
if (not -e '/opt/homebrew/bin/gh') {
die 'No gh found';
}

Expand Down

0 comments on commit a0fba0c

Please sign in to comment.