Skip to content
Snippets Groups Projects
Commit cc947977 authored by Jonathan Chang's avatar Jonathan Chang
Browse files

tap-new: use real repo name

parent 9cb518aa
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ module Homebrew
set -e
sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer
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"
rm -rf "$HOMEBREW_TAP_DIR"
ln -s "$PWD" "$HOMEBREW_TAP_DIR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment