Skip to content

Commit 9f9fe8e

Browse files
committed
Prefer single-quoted strings
1 parent 56feb57 commit 9f9fe8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/type/logical_volume.rb

Lines changed: 1 addition & 1 deletion
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 name of the physical volume on which this logical volume will be created"
123+
desc 'The name of the physical volume on which this logical volume will be created'
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)