Skip to content

Commit

Permalink
add some logging to the tap updater
Browse files Browse the repository at this point in the history
  • Loading branch information
arguablykomodo committed Jun 2, 2019
1 parent 8cec256 commit 9f75176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update_tap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Make sure we are on the right directory
cd $(dirname $0)
pwd

TAG=$(git describe)
CHECKSUM=$(sha256sum dist/shadowfox_mac_x64 | cut -d' ' -f1)
Expand All @@ -11,6 +12,7 @@ echo Checksum=$CHECKSUM
# Clone repo
git clone https://github.com/SrKomodo/homebrew-tap.git
cd homebrew-tap
pwd
git remote rm origin
git remote add origin https://SrKomodo:$1@github.com/SrKomodo/homebrew-tap.git

Expand Down

0 comments on commit 9f75176

Please sign in to comment.