Skip to content

Commit

Permalink
Correct kerl cleanup call in install callback
Browse files Browse the repository at this point in the history
Fixes #280
  • Loading branch information
Stratus3D committed Jan 3, 2024
1 parent e7d15f5 commit 4bf843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_erlang() {
# "You can activate this installation running the following command:"
# that doesn't apply is hidden
$(kerl_path) install "$build_name" "$ASDF_INSTALL_PATH" >/dev/null 2>&1
$(kerl_path) cleanup "$ASDF_INSTALL_VERSION"
$(kerl_path) cleanup "$build_name"

link_app_executables "$ASDF_INSTALL_PATH"
}
Expand Down

0 comments on commit 4bf843a

Please sign in to comment.