Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Mar 2, 2024
1 parent 88da71b commit 15fd564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/make/npm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ npm/install-global:

.PHONY: npm/update-path
npm/update-path:
echo 'export PATH=~/.npm-global/bin:$$PATH' >> ~/.bashrc
source ~/.bashrc
echo 'export PATH=~/.npm-global/bin:$$PATH' >> ~/.bashrc
source ~/.bashrc

0 comments on commit 15fd564

Please sign in to comment.