Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 2, 2024
1 parent fd20ae9 commit 5d4da8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_gg/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
echo "============> Installing Node <============"
curl "https://nodejs.org/dist/v20.10.0/node-v20.10.0-darwin-arm64.tar.gz" -o $HOME/Downloads/node.tar.gz
tar -xf "$HOME/Downloads/node.tar.gz"
NODE_PATH="$PWD/node-20.10.0-darwin-arm64/bin"
NODE_PATH="$PWD/node-v20.10.0-darwin-arm64/bin"
PATH+=":$NODE_PATH"
export PATH
node -v
Expand Down

0 comments on commit 5d4da8a

Please sign in to comment.