Skip to content

Commit

Permalink
fix: change validate nvm command (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Nov 26, 2023
1 parent a8ec4a1 commit dad2dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/main.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ nvm::internal::main::factory
nvm::internal::nvm::load

if ! core::exists curl; then core::install curl; fi
if ! core::exists nvm; then nvm::internal::nvm::install; fi
if ! command -v nvm > /dev/null ; then nvm::internal::nvm::install; fi

0 comments on commit dad2dca

Please sign in to comment.