Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelle-S committed Oct 10, 2024
1 parent 2c67892 commit 391cf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ -z "$TRAVIS" ]; then
NPM_COMMAND=(nvm exec npm install);
fi
else
echo "nvm command found."i;
echo "nvm command found.";
NVM_FOUND=true
NPM_COMMAND=(nvm exec npm install);
fi
Expand Down

0 comments on commit 391cf19

Please sign in to comment.