summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVlad Doster <[email protected]>2020-08-07 02:32:01 -0500
committerGitHub <[email protected]>2020-08-07 02:32:01 -0500
commit122e4f0b44aee58bf3962347a720ca29e21bdd42 (patch)
tree5fb43862f0d5e27f3e06f1b36735fe9f1a90cf61 /utils
parentaf499aed3689240a29f252c3c93bd62b51b0766d (diff)
fix a fat finger typo
Diffstat (limited to 'utils')
-rwxr-xr-xutils/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/install.sh b/utils/install.sh
index 39ed16f0..ea86ec09 100755
--- a/utils/install.sh
+++ b/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() { \