From fc43795540770d20a6bc98beef110685da9fd99a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 6 Feb 2024 15:17:24 +0000 Subject: [PATCH] README: fix `brew style`. This has broken CI on other PRs. Might want to change the `id:` handling but that can happen after we fix dependabot first. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f45a4a05b..3355afc28 100644 --- a/README.md +++ b/README.md @@ -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"