From aad269d224d90e4270b5bccb88063eb540f30391 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 12 Feb 2018 02:15:01 +0800 Subject: [PATCH] Display FreeBSD and SunOS with correct caps --- nvm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvm.sh b/nvm.sh index 0dce3da..d9b8218 100644 --- a/nvm.sh +++ b/nvm.sh @@ -2661,12 +2661,12 @@ nvm() { if [ "_$NVM_OS" = "_freebsd" ]; then # node.js and io.js do not have a FreeBSD binary nobinary=1 - nvm_err "Currently, there is no binary for $NVM_OS" + nvm_err "Currently, there is no binary for FreeBSD" elif [ "_$NVM_OS" = "_sunos" ]; then # Not all node/io.js versions have a Solaris binary if ! nvm_has_solaris_binary "$VERSION"; then nobinary=1 - nvm_err "Currently, there is no binary of version $VERSION for $NVM_OS" + nvm_err "Currently, there is no binary of version $VERSION for SunOS" fi fi