From ebb7d3949f1d0dfd9677a85c9ee10b88e5debebd Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 11 Aug 2020 23:48:39 +0100 Subject: [PATCH] Fix typo in cask-pr-local-check (#87444) --- developer/bin/cask-pr-local-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/bin/cask-pr-local-check b/developer/bin/cask-pr-local-check index fd7d70565f..ee7efb2805 100755 --- a/developer/bin/cask-pr-local-check +++ b/developer/bin/cask-pr-local-check @@ -10,7 +10,7 @@ ARGV.push("--help") if ARGV.empty? OptionParser.new do |opt| opt.banner = <<~BANNER - Run `brew cask` `audi` and `style` checks locally, from a pull request URL. + Run `brew cask` `audit` and `style` checks locally, from a pull request URL. Useful when online CI is broken. Usage: