Skip to content

Commit a0fba0c

Browse files
committed
Minor correction to build script, should use which to resolve gh
1 parent fbcb979 commit a0fba0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
die 'No Dockerfile found';
1616
}
1717

18-
if (not -f 'gh') {
18+
if (not -e '/opt/homebrew/bin/gh') {
1919
die 'No gh found';
2020
}
2121

0 commit comments

Comments
 (0)