We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb80e7 commit cf66d05Copy full SHA for cf66d05
install.sh
@@ -280,7 +280,7 @@ main() {
280
fi
281
282
_installed_version="$("${_install_dir}/${APP_NAME}" --version 2>/dev/null || echo "${_version}")"
283
- info "installed ${APP_NAME} ${_installed_version} to ${_install_dir}/${APP_NAME}"
+ info "installed ${_installed_version} to ${_install_dir}/${APP_NAME}"
284
285
# If the install directory isn't on PATH, print instructions
286
if ! is_on_path "$_install_dir"; then
0 commit comments