Skip to content

Commit

Permalink
change fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
clement94310 committed Oct 12, 2023
1 parent d11dc13 commit 8b9f0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap-gruntwork-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ set -e
readonly BIN_DIR="/usr/local/bin"
readonly USER_DATA_DIR="/etc/user-data"

readonly DEFAULT_FETCH_VERSION="v0.4.6"
readonly FETCH_DOWNLOAD_URL_BASE="https://github.com/gruntwork-io/fetch/releases/download"
readonly DEFAULT_FETCH_VERSION="v1.0.0"
readonly FETCH_DOWNLOAD_URL_BASE="https://github.com/gads-citron/fetch/releases/download"
readonly FETCH_INSTALL_PATH="$BIN_DIR/fetch"

readonly GRUNTWORK_INSTALLER_DOWNLOAD_URL_BASE="https://raw.githubusercontent.com/gads-citron/gruntwork-installer"
Expand Down

0 comments on commit 8b9f0e7

Please sign in to comment.