Changed to nodenv instead of ndenv

This commit is contained in:
acicchetti 2018-11-27 09:55:14 -05:00
parent 464b7507f1
commit 3c6da64ef8

View file

@ -25,10 +25,10 @@
args:
creates: ~/.anyenv/envs/rbenv
- name: Install ndenv
shell: ~/.anyenv/bin/anyenv install ndenv
- name: Install nodenv
shell: ~/.anyenv/bin/anyenv install nodenv
args:
creates: ~/.anyenv/envs/ndenv
creates: ~/.anyenv/envs/nodenv
- name: Install anyenv-update
git: