From aa5dbd536b625625a4e4515608c8149fe6815649 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Fri, 23 Feb 2024 22:37:18 -0500 Subject: [PATCH] refactor: ensure_nvm -> install_nvm --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index acae3a1..2f82ae8 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -119,7 +119,7 @@ install_and_configure_starship() { cp ./files/starship.toml $STARSHIP_CONFIGURATION_PATH } -ensure_nvm() { +install_nvm() { pre_step "Installing nvm to manage node version" pre_substep "Installing NVM from remote" @@ -202,7 +202,7 @@ bootstrap() { # Development tooling and SDKs install_rust install_pyenv - ensure_nvm + install_nvm # Shell & prompt setup ensure_omz