Skip to content

Commit

Permalink
cmd/bundle: use ~ instead of ${HOME}
Browse files Browse the repository at this point in the history
Partial revert of #1579
See Homebrew/brew#19153 (comment)
  • Loading branch information
MikeMcQuaid committed Jan 27, 2025
1 parent 9b30bb9 commit 8308292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class BundleCmd < AbstractCommand
switch "--global",
description: "Read the `Brewfile` from `$HOMEBREW_BUNDLE_FILE_GLOBAL` (if set), " \
"`${XDG_CONFIG_HOME}/homebrew/Brewfile` (if `$XDG_CONFIG_HOME` is set), " \
"`${HOME}/.homebrew/Brewfile` or `${HOME}/.Brewfile` otherwise."
"`~/.homebrew/Brewfile` or `~/.Brewfile` otherwise."
switch "-v", "--verbose",
description: "`install` prints output from commands as they are run. " \
"`check` lists all missing dependencies."
Expand Down

0 comments on commit 8308292

Please sign in to comment.