Skip to content

Commit

Permalink
fix: update CLI install location to match CLI v8 location (#11)
Browse files Browse the repository at this point in the history
* fix: update CLI install location to match CLI v8 location

* fix: update changelog
  • Loading branch information
ryandagg authored Sep 19, 2023
1 parent 558275e commit c7f3658
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## v1.1.0
- Update CLI install path to v8 default path

## v1

- Adds user agent to curl/wget (https://github.com/heroku/heroku-buildpack-cli/pull/9)
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source /dev/stdin <<< "$(curl -s --retry 3 https://lang-common.s3.amazonaws.com/
BUILD_DIR=$1
CACHE_DIR=$2
BUILDPACK_DIR="$(dirname $(dirname "$0"))"
HEROKU_CLI_URL="https://cli-assets.heroku.com/heroku-linux-x64.tar.xz"
HEROKU_CLI_URL="https://cli-assets.heroku.com/channels/stable/heroku-linux-x64.tar.xz"

puts_step "Fetching and vendoring Heroku CLI into slug"
rm -rf "$BUILD_DIR/.heroku/cli"
Expand Down

0 comments on commit c7f3658

Please sign in to comment.