diff options
author | Julian C. Dunn <jdunn@getchef.com> | 2014-05-03 01:11:38 -0400 |
---|---|---|
committer | Julian C. Dunn <jdunn@getchef.com> | 2014-05-03 01:11:38 -0400 |
commit | 0e81eb05efb8de0e6cc51364f2f25e2a0f9cd784 (patch) | |
tree | 9056f037fc9d993aba239d9ea121d659fd5f31a2 /lib/chef/shell.rb | |
parent | fdca4b76efc9ce258ef59918caf7dade49a1ccef (diff) | |
download | chef-0e81eb05efb8de0e6cc51364f2f25e2a0f9cd784.tar.gz |
[CHEF-4224] tracing? throws an exception when chef-shell is first started
Diffstat (limited to 'lib/chef/shell.rb')
-rw-r--r-- | lib/chef/shell.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/shell.rb b/lib/chef/shell.rb index 0788962e62..1519c47d88 100644 --- a/lib/chef/shell.rb +++ b/lib/chef/shell.rb @@ -111,6 +111,7 @@ module Shell conf.prompt_i = "chef#{leader(m)} > " conf.prompt_n = "chef#{leader(m)} ?> " conf.prompt_s = "chef#{leader(m)}%l> " + conf.use_tracer = false end end |