Skip to content

Commit

Permalink
Merge pull request #39 from planningcenter/do/fix-multiple-remotes-error
Browse files Browse the repository at this point in the history
fix(source): fix for multiple source error error
  • Loading branch information
dobrite authored May 15, 2023
2 parents b345181 + 236bdaf commit c1919cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
**Note:** changes since v1.0.1 can be found on the [releases page](https://github.com/planningcenter/balto-rubocop/releases)

## v1.0.1 (2022-10-19)

Expand Down
2 changes: 1 addition & 1 deletion action/create_minimal_gemfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def source_options(source)
}
when Bundler::Source::Rubygems
if source.remotes.size > 1
fail "uncharted territory: gem source with multiple remotes #{remotes.inspect}"
fail "uncharted territory: gem source with multiple remotes #{source.remotes.inspect}"
end

if source.remotes.one? &&
Expand Down

0 comments on commit c1919cf

Please sign in to comment.