Skip to content

Commit cf66d05

Browse files
authored
fix(installer): remove duplicate app name in install output (#408)
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
1 parent efb80e7 commit cf66d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ main() {
280280
fi
281281

282282
_installed_version="$("${_install_dir}/${APP_NAME}" --version 2>/dev/null || echo "${_version}")"
283-
info "installed ${APP_NAME} ${_installed_version} to ${_install_dir}/${APP_NAME}"
283+
info "installed ${_installed_version} to ${_install_dir}/${APP_NAME}"
284284

285285
# If the install directory isn't on PATH, print instructions
286286
if ! is_on_path "$_install_dir"; then

0 commit comments

Comments
 (0)