Skip to content

Commit 8cbbbb4

Browse files
[Fix] bash_completion source prompt, remove &&
1 parent a31a040 commit 8cbbbb4

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
@@ -342,7 +342,7 @@ nvm_do_install() {
342342
echo "=> Close and reopen your terminal to start using nvm or run the following to use it now:"
343343
command printf "${SOURCE_STR}"
344344
if ${BASH_OR_ZSH} ; then
345-
command printf " && ${COMPLETION_STR}"
345+
command printf "${COMPLETION_STR}"
346346
fi
347347
}
348348

0 commit comments

Comments
 (0)