From 8557ce5a44fa8897be323b7758721e7da523b2b3 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Sun, 29 Dec 2019 00:48:18 +0100 Subject: [PATCH] fix missing parent dir --- misc/updatebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/updatebrew.sh b/misc/updatebrew.sh index 1fda0d521..d84600e6e 100755 --- a/misc/updatebrew.sh +++ b/misc/updatebrew.sh @@ -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