Skip to content

Commit

Permalink
Merge pull request #16048 from Bo98/pr_upload-group-fix
Browse files Browse the repository at this point in the history
Gemfile: fix pr_upload group typo
  • Loading branch information
Bo98 committed Sep 27, 2023
2 parents 7d3edd5 + 44ea3b2 commit 92d2cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ end
group :man, optional: true do
gem "ronn", require: false
end
group :pr_publish, optional: true do
group :pr_upload, optional: true do
gem "json_schemer", require: false
end
group :prof, optional: true do
Expand Down

0 comments on commit 92d2cec

Please sign in to comment.