Browse Source

fix(executable): fix "command not found: elsif" error (#77)

fix Schniz#76
remotes/origin/add-simple-redirecting-site
John Letey 6 years ago committed by Gal Schlezinger
parent
commit
56dd92dbd4
  1. 1
      executable/Env.re

1
executable/Env.re

@ -59,7 +59,6 @@ let rec printUseOnCd = (~shell) => @@ -59,7 +59,6 @@ let rec printUseOnCd = (~shell) =>
if [[ -f .node-version && -r .node-version ]]; then
echo "fnm: Found .node-version"
fnm use
elsif
elif [[ -f .nvmrc && -r .nvmrc ]]; then
echo "fnm: Found .nvmrc"
fnm use

Loading…
Cancel
Save