diff --git a/macos/.config/shell-common/brewfile.sh b/macos/.config/shell-common/brewfile.sh index a329526..f30b443 100644 --- a/macos/.config/shell-common/brewfile.sh +++ b/macos/.config/shell-common/brewfile.sh @@ -1,4 +1,4 @@ # Updates Homebrew installation from the Brewfile function update-brewfile() { - brew bundle check --file ~/.config/Brewfile || brew bundle --cleanup -f --file ~/.config/Brewfile + brew bundle check --file "$HOME/.config/Brewfile" || brew bundle --cleanup -f --file "$HOME/.config/Brewfile" }