From a53d8407e78b447d26fa10cc482b0dd55dc3bd9d Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 29 Aug 2006 06:10:24 +0000 Subject: fixing provider commands; I broke them when making them easier to document git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1513 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/provider.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/puppet') diff --git a/lib/puppet/provider.rb b/lib/puppet/provider.rb index 57dfc8409..f614eb0e9 100644 --- a/lib/puppet/provider.rb +++ b/lib/puppet/provider.rb @@ -28,6 +28,8 @@ class Puppet::Provider unless command =~ /^\// raise Puppet::Error, "Command #{command} could not be found" end + + command end # Define one or more binaries we'll be using -- cgit