style: fix autocorrect.
For some reason this doesn't seem to work without `-A`.
This commit is contained in:
parent
ec23ba0b36
commit
d4461a2728
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user