Browse Source

fix a fat finger typo

Vlad Doster 5 years ago
parent
commit
122e4f0b44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/install.sh

+ 1 - 1
utils/install.sh

@@ -6,7 +6,7 @@ set -o errexit    # exit when command fails
 installnodemac() { \
   brew install lua
   brew install node
-  brew install yarm
+  brew install yarn
 }
 
 installnodeubuntu() { \