Skip to content

Commit a009be1

Browse files
committed
rubocop:disable Lint/DuplicateBranch
1 parent 578f4ad commit a009be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/puppet/provider/mongodb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def self.conn_string
112112
ip_real = case first_ip_in_list
113113
when '0.0.0.0'
114114
Facter.value(:fqdn)
115-
when %r{\[?::0\]?}
115+
when %r{\[?::0\]?} # rubocop:disable Lint/DuplicateBranch
116116
Facter.value(:fqdn)
117117
else
118118
first_ip_in_list

0 commit comments

Comments
 (0)