Merge pull request #135 from RohanTalip/patch-1

Updated postinstall to fix typo
This commit is contained in:
Trevor Brown 2019-06-04 13:01:53 -04:00 committed by GitHub
commit 8bbe1ed855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
if [ "$ASDF_SKIP_RESHIM" == "1" ]; then if [ "$ASDF_SKIP_RESHIM" == "1" ]; then
echo "Run 'asdf reshim nodejs ${ASDF_INSTALL_VERSION:-$npm_config_node_version}' after installing the packets to reshim" echo "Run 'asdf reshim nodejs ${ASDF_INSTALL_VERSION:-$npm_config_node_version}' after installing the packages to reshim"
else else
asdf reshim nodejs "${ASDF_INSTALL_VERSION:-$npm_config_node_version}" asdf reshim nodejs "${ASDF_INSTALL_VERSION:-$npm_config_node_version}"
fi fi