Skip to content

Commit

Permalink
Merge pull request #8 from gruntwork-io/josh-padnick-patch-1
Browse files Browse the repository at this point in the history
Update to latest version of fetch.
  • Loading branch information
josh-padnick authored Apr 2, 2017
2 parents 5e4bf2d + 5502bd6 commit 4410017
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 @@ -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"

Expand Down Expand Up @@ -249,4 +249,4 @@ function bootstrap {
echo "Success!"
}

bootstrap "$@"
bootstrap "$@"

0 comments on commit 4410017

Please sign in to comment.