Skip to content

Commit

Permalink
Prefer single-quoted strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbandi committed Apr 23, 2024
1 parent ea18a7f commit 15cbbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/type/logical_volume.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def insync?(is)
end

newparam(:physical_volume) do
desc "The physical volume name this logical volume will be created on"
desc 'The physical volume name this logical volume will be created on'
validate do |val|
unless val.is_a?(::String) || val.is_a?(::Array)
raise ArgumentError, "physical_volume should be String or Array: #{val}"
Expand Down

0 comments on commit 15cbbc0

Please sign in to comment.