diff options
Diffstat (limited to 'lib/puppet/util/execution.rb')
-rw-r--r-- | lib/puppet/util/execution.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/execution.rb b/lib/puppet/util/execution.rb index b8dcde58d..7db7137fb 100644 --- a/lib/puppet/util/execution.rb +++ b/lib/puppet/util/execution.rb @@ -1,5 +1,5 @@ module Puppet::Util::Execution - module_function + module_function # Run some code with a specific environment. Resets the environment back to # what it was at the end of the code. |