Skip to content

Commit

Permalink
Update fetch to version with a proper logger (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan authored Feb 8, 2021
1 parent c61f3fc commit d05cfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-gruntwork-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -e
readonly BIN_DIR="/usr/local/bin"
readonly USER_DATA_DIR="/etc/user-data"

readonly DEFAULT_FETCH_VERSION="v0.3.14"
readonly DEFAULT_FETCH_VERSION="v0.4.1"
readonly FETCH_DOWNLOAD_URL_BASE="https://github.com/gruntwork-io/fetch/releases/download"
readonly FETCH_INSTALL_PATH="$BIN_DIR/fetch"

Expand Down

0 comments on commit d05cfe7

Please sign in to comment.