Skip to content

Commit c9a8522

Browse files
authored
Update plugin_parsing.rb
rubocop says no
1 parent 4b1d82b commit c9a8522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet_x/elastic/plugin_parsing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def self.plugin_version(raw_name)
1717
end
1818

1919
# Attempt to guess at the plugin's final directory name
20-
def self.plugin_split(original_string, position, soft_fail = true) # rubocop:disable Style/OptionalBooleanParameter
20+
def self.plugin_split(original_string, position, soft_fail = true)
2121
# Try both colon (maven) and slash-delimited (github/elastic.co) names
2222
%w[/ :].each do |delimiter|
2323
parts = original_string.split(delimiter)

0 commit comments

Comments
 (0)