diff --git a/bin/install b/bin/install index a54afac..87d0235 100755 --- a/bin/install +++ b/bin/install @@ -29,7 +29,7 @@ install_erlang() { # We hide all output from this command so the # "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) install "$build_name" "$ASDF_INSTALL_PATH" >/dev/null $(kerl_path) cleanup "$ASDF_INSTALL_VERSION" link_app_executables "$ASDF_INSTALL_PATH"