From f804a22dc0ea5f9d5c0fb4a2a337be3060ce0e91 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Thu, 16 Jun 2022 22:03:20 +0100 Subject: [PATCH] style: use new autocorrect flag --- Library/Homebrew/style.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/style.rb b/Library/Homebrew/style.rb index 3f3d7efba5..8b253c0f5f 100644 --- a/Library/Homebrew/style.rb +++ b/Library/Homebrew/style.rb @@ -97,7 +97,7 @@ module Homebrew --force-exclusion ] args << if fix - "--auto-correct-all" + "--autocorrect-all" else "--parallel" end