Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
remove duplicate 'github_https' feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Feb 12, 2019
1 parent 77ae9d0 commit 5b79df2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/bundler/feature_flag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def self.settings_method(name, key, &default)

settings_method(:github_https?, "github.https") { bundler_2_mode? }

settings_method(:github_https?, "github.https") { bundler_2_mode? }

def initialize(bundler_version)
@bundler_version = Gem::Version.create(bundler_version)
end
Expand Down

0 comments on commit 5b79df2

Please sign in to comment.