Remove reference to nonexistent --clean flag

This commit is contained in:
Carlo Cabrera 2023-03-29 00:17:49 +08:00
parent b4142ddd41
commit df7331f638
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -36,8 +36,6 @@ module Homebrew
flag "--workflow=",
description: "Target workflow filename (default: `publish-commit-bottles.yml`)."
conflicts "--clean", "--autosquash"
named_args :pull_request, min: 1
end
end