summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Snow <thelunaticscripter@outlook.com>2017-06-12 18:36:06 -0500
committerThom May <thom@chef.io>2018-03-22 11:10:50 +0000
commit87247ca010af724763efb8e1817f5d67009c6608 (patch)
treebd4a499b1ad40b472e1059c0de5988d7af16b56e
parent14708e1afa4ebcaa031e3a813cecf57932982e7b (diff)
downloadchef-87247ca010af724763efb8e1817f5d67009c6608.tar.gz
Fix white space in commit
Signed-off-by: John Snow <thelunaticscripter@outlook.com>
-rw-r--r--lib/chef/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application.rb b/lib/chef/application.rb
index b66268e9f9..b8acf41557 100644
--- a/lib/chef/application.rb
+++ b/lib/chef/application.rb
@@ -365,7 +365,7 @@ class Chef
message << "\n\n>>>> Caused by #{cause.class}: #{cause}\n#{cause.backtrace.join("\n")}"
cause = cause.respond_to?(:cause) ? cause.cause : nil
end
-
+
chef_stacktrace_out = "Generated at #{Time.now}\n"
chef_stacktrace_out += message