summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/runner.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/runner.rb b/lib/chef/runner.rb
index 969f42b4e3..7df3290243 100644
--- a/lib/chef/runner.rb
+++ b/lib/chef/runner.rb
@@ -82,7 +82,7 @@ class Chef
end
rescue
Chef::Log.error("#{resource} (#{resource.source_line}) had an error:")
- raise e
+ raise
end
end
@@ -93,4 +93,4 @@ class Chef
true
end
end
-end \ No newline at end of file
+end