tap-new: use real repo name
This commit is contained in:
parent
9cb518aa61
commit
cc9479772f
@ -58,7 +58,7 @@ module Homebrew
|
|||||||
set -e
|
set -e
|
||||||
sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer
|
sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer
|
||||||
brew update
|
brew update
|
||||||
HOMEBREW_TAP_DIR="/usr/local/Homebrew/Library/Taps/#{tap}"
|
HOMEBREW_TAP_DIR="/usr/local/Homebrew/Library/Taps/#{tap.full_name}"
|
||||||
mkdir -p "$HOMEBREW_TAP_DIR"
|
mkdir -p "$HOMEBREW_TAP_DIR"
|
||||||
rm -rf "$HOMEBREW_TAP_DIR"
|
rm -rf "$HOMEBREW_TAP_DIR"
|
||||||
ln -s "$PWD" "$HOMEBREW_TAP_DIR"
|
ln -s "$PWD" "$HOMEBREW_TAP_DIR"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user