Skip to content

Commit

Permalink
fix(executable): fix "command not found: elsif" error (#77)
Browse files Browse the repository at this point in the history
fix #76
  • Loading branch information
jletey authored and Schniz committed Mar 5, 2019
1 parent 6d74eb1 commit 56dd92d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executable/Env.re
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56dd92d

Please sign in to comment.