Skip to content

Commit 15a9e55

Browse files
aaronjensend12frosted
authored andcommitted
Build script uses HOMEBREW_DEVELOPER to disable formula path check
1 parent e5d826e commit 15a9e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ export HOMEBREW_NO_AUTO_UPDATE=true
108108

109109
brew uninstall $PACKAGE 2>/dev/null
110110
# shellcheck disable=SC2068
111-
brew install --formula ./$TARGET_FILE $@
111+
HOMEBREW_DEVELOPER=1 brew install --formula ./$TARGET_FILE $@

0 commit comments

Comments
 (0)