Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Aug 12, 2019
1 parent d6ad6ef commit 7bb9d44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/nodenv-doctor
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ elif [ "$num_installs" -eq 1 ]; then
if [[ $nodenv_installs == "$NODENV_ROOT"/plugins/* ]]; then
nodenv_install_cmd="${nodenv_installs##*/}"
nodenv_install_version="$(nodenv "${nodenv_install_cmd#nodenv-}" --version || true)"
echo "COMMANDER"
echo "$PATH"
ls "$NODENV_ROOT/plugins/nodenv-install/bin"
command -v nodenv-install
exit 1
else
nodenv_install_version="$("$nodenv_installs" --version || true)"
fi
Expand Down

0 comments on commit 7bb9d44

Please sign in to comment.