diff --git a/bootstrap-gruntwork-installer.sh b/bootstrap-gruntwork-installer.sh index b9cc9c7..7fed3b4 100755 --- a/bootstrap-gruntwork-installer.sh +++ b/bootstrap-gruntwork-installer.sh @@ -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"