Skip to content

Commit afcc781

Browse files
[Fix] bash_completion source prompt, remove &&
1 parent 211d88b commit afcc781

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
@@ -353,7 +353,7 @@ nvm_do_install() {
353353
echo "=> Close and reopen your terminal to start using nvm or run the following to use it now:"
354354
command printf "${SOURCE_STR}"
355355
if ${BASH_OR_ZSH} ; then
356-
command printf " && ${COMPLETION_STR}"
356+
command printf "${COMPLETION_STR}"
357357
fi
358358
}
359359

0 commit comments

Comments
 (0)