You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce (using latest from tapped rcmdnk/file):
(Deleted all previous homebrew configuration)
brew file init to create new Brewfile with current config in ~/.config/brewfile/
Add file ./${HOST}.Brewfile to the bottom of the created Brewfile
Move one of the brew xxx lines from Brewfile -> Host1.Brewfile
Ensure that the HOST env variable is exported in the env
Run brew file update
This seems to create a file in the same directory literally named ${HOST}.Brewfile, instead of picking up the configuration in the file named (for me) home.Brewfile.
The text was updated successfully, but these errors were encountered:
Steps to reproduce (using latest from tapped rcmdnk/file):
brew file init
to create new Brewfile with current config in~/.config/brewfile/
file ./${HOST}.Brewfile
to the bottom of the created Brewfilebrew xxx
lines from Brewfile -> Host1.Brewfilebrew file update
This seems to create a file in the same directory literally named
${HOST}.Brewfile
, instead of picking up the configuration in the file named (for me)home.Brewfile
.The text was updated successfully, but these errors were encountered: