Skip to content

Commit

Permalink
Merge pull request #1300 from Homebrew/fix_brew_style
Browse files Browse the repository at this point in the history
README: fix `brew style`.
  • Loading branch information
MikeMcQuaid authored Feb 6, 2024
2 parents aa54974 + fc43795 commit 1f80af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ cask "firefox", args: { no_quarantine: true }
# always upgrade auto-updated or unversioned cask to latest version even if already installed
cask "opera", greedy: true
# 'brew install --cask' only if '/usr/libexec/java_home --failfast' fails
cask "java" unless system "/usr/libexec/java_home --failfast"
cask "java" unless system "/usr/libexec/java_home", "--failfast"

# 'mas install'
mas "1Password", id: 443987910
mas "1Password", id: 443_987_910

# 'whalebrew install'
whalebrew "whalebrew/wget"
Expand Down

0 comments on commit 1f80af3

Please sign in to comment.