dev-cmd/contributions.rb: odie

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Issy Long 2023-02-22 17:02:22 +00:00 committed by GitHub
parent d40bd0ae3e
commit 3d3369c542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ module Homebrew
return
end
return ofail "CSVs not yet supported for the full list of maintainers at once." if args.csv?
odie "CSVs not yet supported for the full list of maintainers at once." if args.csv?
maintainers = GitHub.members_by_team("Homebrew", "maintainers")
maintainers.each do |username, _|