Skip to content

Commit b708214

Browse files
committed
lint
1 parent dacf12f commit b708214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/type/archive.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def value=(*values)
294294
def check(value)
295295
# TRANSLATORS 'creates' is a parameter name and should not be translated
296296
debug("Checking that 'creates' path '#{value}' exists")
297-
! Puppet::FileSystem.exist?(value)
297+
!Puppet::FileSystem.exist?(value)
298298
end
299299
end
300300

0 commit comments

Comments
 (0)