Skip to content

Commit 15cbbc0

Browse files
committed
Prefer single-quoted strings
1 parent ea18a7f commit 15cbbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/type/logical_volume.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def insync?(is)
120120
end
121121

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

0 commit comments

Comments
 (0)