소스 검색

fix a fat finger typo

Vlad Doster 5 년 전
부모
커밋
122e4f0b44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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() { \