Commit 2d6ddc3
Update dump.sh (#204)
`dot package dump` shows an error while dumping npm packages due to the change on default homebrew prefix on M1 Macs.
```
dot package
package dump
> Brew apps dumped on /Users/roi/.dotfiles/os/mac/brew/Brewfile
> Python apps dumped on /Users/roi/.dotfiles/langs/python/requirements.txt
ls: /usr/local/lib/node_modules: No such file or directory
```
Changing hardcoded path to use `$HOMEBREW_PREFIX` env var solves the problem
Co-authored-by: Rafa Gómez <rgomezcasas@gmail.com>1 parent ab4e786 commit 2d6ddc3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments