Skip to content

Commit 8992fbf

Browse files
author
Cees-Jan Swart
committed
fix double quotes to single quotes
in volume.pp changed the double qoutes to single quotes
1 parent 156929d commit 8992fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/volume.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
}
139139
default: {
140-
fail ( sprintf("%s%s", 'puppet-lvm::volume: ensure parameter can only ',
140+
fail ( sprintf('%s%s', 'puppet-lvm::volume: ensure parameter can only ',
141141
'be set to cleaned, absent or present') )
142142
}
143143
}

0 commit comments

Comments
 (0)