style: fix autocorrect.

For some reason this doesn't seem to work without `-A`.
This commit is contained in:
Mike McQuaid 2020-12-28 15:58:39 +00:00
parent ec23ba0b36
commit d4461a2728
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -83,7 +83,7 @@ module Homebrew
--force-exclusion --force-exclusion
] ]
args << if fix args << if fix
"--auto-correct" "-A"
else else
"--parallel" "--parallel"
end end