From 33d3aef2950bc16b3fc3fc971ba672c4dfaf07d1 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Mon, 25 Jul 2022 10:28:51 +0100 Subject: [PATCH] dev-cmd/contributions: Only one email is allowed currently Co-authored-by: Rylan Polster --- Library/Homebrew/dev-cmd/contributions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/contributions.rb b/Library/Homebrew/dev-cmd/contributions.rb index 99cb102922..e035f27081 100755 --- a/Library/Homebrew/dev-cmd/contributions.rb +++ b/Library/Homebrew/dev-cmd/contributions.rb @@ -29,7 +29,7 @@ module Homebrew description: "The Homebrew repositories to search for contributions in. " \ "Comma separated. Supported repos: #{SUPPORTED_REPOS.join(", ")}." - named_args :email + named_args :email, number: 1 end end