From 5502bd6c67cc28fbd19aec8878e8d0f6e6f36bbf Mon Sep 17 00:00:00 2001 From: Josh Padnick Date: Sun, 2 Apr 2017 12:23:07 -0700 Subject: [PATCH] Update to latest version of fetch. --- bootstrap-gruntwork-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-gruntwork-installer.sh b/bootstrap-gruntwork-installer.sh index e9c124e..4e85d3c 100755 --- a/bootstrap-gruntwork-installer.sh +++ b/bootstrap-gruntwork-installer.sh @@ -21,7 +21,7 @@ set -e readonly BIN_DIR="/usr/local/bin" readonly USER_DATA_DIR="/etc/user-data" -readonly DEFAULT_FETCH_VERSION="v0.0.9" +readonly DEFAULT_FETCH_VERSION="v0.1.1" readonly FETCH_DOWNLOAD_URL_BASE="https://github.com/gruntwork-io/fetch/releases/download" readonly FETCH_INSTALL_PATH="$BIN_DIR/fetch" @@ -249,4 +249,4 @@ function bootstrap { echo "Success!" } -bootstrap "$@" \ No newline at end of file +bootstrap "$@"