Skip to content

Commit

Permalink
fix missing parent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Dec 28, 2019
1 parent 2411610 commit 8557ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/updatebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sha256=`cat $DIST.sha256`
rm -rf homebrew-tap
git clone https://github.com/maxandersen/homebrew-tap.git

cp build/brew/formula/jbang.rb Formula/jbang.rb
cp build/brew/formula/jbang.rb homebrew-tap/Formula/jbang.rb

cd homebrew-tap

Expand Down

0 comments on commit 8557ce5

Please sign in to comment.