Skip to content

Commit 064b8c3

Browse files
committed
Solve more issues.
1 parent ab7182d commit 064b8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ curl -fsSLO https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb
1313
# Build metacall brew recipe
1414
export HOMEBREW_NO_AUTO_UPDATE=1
1515
brew tap-new metacall/core
16-
mv ./metacall.rb $(brew --prefix)/Library/Taps/metacall/homebrew-core/Formula/metacall.rb
16+
mv ./metacall.rb $(brew --repository)/Library/Taps/metacall/homebrew-core/Formula/metacall.rb
1717
brew install --formula metacall/core/metacall --overwrite --verbose
1818

1919
# Build distributable binary using brew pkg

0 commit comments

Comments
 (0)