Skip to content

Commit

Permalink
Issue techjoomla#19 fix: NPM - Global folder issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakhan Mandloi committed Sep 27, 2017
1 parent 2f37e64 commit 2246e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
- devtools

- name: 'update profile file'
raw: "export PATH=/home/{{server_runs_as}}/.npm-global/bin:$PATH" > /home/{{server_runs_as}}/.profile
raw: export PATH=/home/{{server_runs_as}}/.npm-global/bin:$PATH > /home/{{server_runs_as}}/.profile
when: ansible_distribution_version == '16.04'
tags:
- node
Expand Down

0 comments on commit 2246e67

Please sign in to comment.