dev-cmd/contributions: Only one email is allowed currently

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
This commit is contained in:
Issy Long 2022-07-25 10:28:51 +01:00
parent 8a67ce76b5
commit 33d3aef295
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -29,7 +29,7 @@ module Homebrew
description: "The Homebrew repositories to search for contributions in. " \ description: "The Homebrew repositories to search for contributions in. " \
"Comma separated. Supported repos: #{SUPPORTED_REPOS.join(", ")}." "Comma separated. Supported repos: #{SUPPORTED_REPOS.join(", ")}."
named_args :email named_args :email, number: 1
end end
end end