1 parent 19677d5 commit 361793aCopy full SHA for 361793a
1 file changed
bin/cz
@@ -1,8 +1,7 @@
1
#!/bin/bash
2
set -eu
3
4
-homebrew_dir="/opt/homebrew"
5
-brew="$homebrew_dir/bin/brew"
+brew="${HOMEBREW_PREFIX:-/opt/homebrew}/bin/brew"
6
7
env -i HOME="$HOME" GITHUB_ACTIONS="${GITHUB_ACTIONS:-}" /bin/bash --noprofile --norc << EOF
8
eval "\$(/usr/libexec/path_helper -s)"
0 commit comments