Skip to content

Commit

Permalink
Make download-latest.sh configurable
Browse files Browse the repository at this point in the history
Make org and repo configurable in `download-latest.sh`.
  • Loading branch information
HeavyWombat committed Aug 2, 2024
1 parent 7dd718b commit 4bf3d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

set -euo pipefail

ORG=homeport
REPO=retry
ORG="${ORG:-homeport}"
REPO="${REPO:-retry}"

if ! hash curl 2>/dev/null; then
echo "Required tool curl is not installed."
Expand Down

0 comments on commit 4bf3d7b

Please sign in to comment.