summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/exec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/exec.rb')
-rwxr-xr-xlib/puppet/type/exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/exec.rb b/lib/puppet/type/exec.rb
index f930a536c..a60cdb481 100755
--- a/lib/puppet/type/exec.rb
+++ b/lib/puppet/type/exec.rb
@@ -530,7 +530,7 @@ module Puppet
# Verify that we pass all of the checks. The argument determines whether
# we skip the :refreshonly check, which is necessary because we now check
- # within refresh()
+ # within refresh
def check(refreshing = false)
self.class.checks.each { |check|
next if refreshing and check == :refreshonly