Skip to content

Commit

Permalink
Merge pull request #33 from dokku/master
Browse files Browse the repository at this point in the history
debug: upgrade gh-release to take advantage of enhanced debugging
  • Loading branch information
josegonzalez authored Oct 9, 2021
2 parents 6dac9c1 + 3766751 commit d669a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ docker-image:

bin/gh-release:
mkdir -p bin
curl -o bin/gh-release.tgz -sL https://github.com/progrium/gh-release/releases/download/v2.3.2/gh-release_2.3.2_$(SYSTEM_NAME)_$(HARDWARE).tgz
curl -o bin/gh-release.tgz -sL https://github.com/progrium/gh-release/releases/download/v2.3.3/gh-release_2.3.3_$(SYSTEM_NAME)_$(HARDWARE).tgz
tar xf bin/gh-release.tgz -C bin
chmod +x bin/gh-release

Expand Down

0 comments on commit d669a82

Please sign in to comment.