From a95a2d5a3ae97472a374339adfd20453d87cab78 Mon Sep 17 00:00:00 2001 From: Sr Komodo Date: Mon, 4 Feb 2019 22:10:56 -0300 Subject: [PATCH] fix some stuff in the tap updater --- update_tap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update_tap.sh b/update_tap.sh index 6dd45a7..bee869d 100755 --- a/update_tap.sh +++ b/update_tap.sh @@ -2,6 +2,8 @@ TAG=$(git describe) CHECKSUM=$(sha256sum dist/shadowfox_mac_x64 | cut -d' ' -f1) +echo Tag=$TAG +echo Checksum=$CHECKSUM # clone repo git clone https://github.com/SrKomodo/homebrew-tap.git @@ -19,5 +21,5 @@ done < ../tap_template > Formula/shadowfox-updater.rb # Push to tap git add Formula/shadowfox-updater.rb -git commit -m \"$TAG\" +git commit -m $TAG git push --set-upstream origin master \ No newline at end of file