Skip to content

Commit

Permalink
docs(changelog): add missing entry
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jul 22, 2022
1 parent 727958e commit 84e7d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### To be Released

* fix(install.sh): better error message if fails to get the version [#748](https://github.com/Scalingo/cli/pull/748)
* feat(logs): possibility to get the addon logs by using its type (e.g. Redis) [#745](https://github.com/Scalingo/cli/pull/745)
* fix(error): interpret raw newline [#744](https://github.com/Scalingo/cli/pull/744)
* fix(stats): display memory as IEC size [#742](https://github.com/Scalingo/cli/pull/742)
Expand Down
2 changes: 1 addition & 1 deletion dists/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ main() {
done

tmpdir=$(mktemp -d /tmp/scalingo_cli_XXX)
# trap "clean_install ${tmpdir}" EXIT
trap "clean_install ${tmpdir}" EXIT

version=$(curl --silent https://cli-dl.scalingo.com/version | tr -d ' \t\n')
if [ -z "$version" ]; then
Expand Down

0 comments on commit 84e7d86

Please sign in to comment.