Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarne committed Aug 6, 2024
1 parent dacf12f commit b708214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/type/archive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def value=(*values)
def check(value)
# TRANSLATORS 'creates' is a parameter name and should not be translated
debug("Checking that 'creates' path '#{value}' exists")
! Puppet::FileSystem.exist?(value)
!Puppet::FileSystem.exist?(value)
end
end

Expand Down

0 comments on commit b708214

Please sign in to comment.