summaryrefslogtreecommitdiffstats
path: root/lib/puppet/agent.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/agent.rb')
-rw-r--r--lib/puppet/agent.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/agent.rb b/lib/puppet/agent.rb
index 8d131fbc8..a01da483b 100644
--- a/lib/puppet/agent.rb
+++ b/lib/puppet/agent.rb
@@ -73,7 +73,7 @@ class Puppet::Agent
def start
# Create our timer. Puppet will handle observing it and such.
timer = EventLoop::Timer.new(:interval => Puppet[:runinterval], :tolerance => 1, :start? => true) do
- run()
+ run
end
# Run once before we start following the timer