summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorsawanoboly <sawanoboriyu@higanworks.com>2015-04-21 14:08:52 +0900
committersawanoboly <sawanoboriyu@higanworks.com>2015-04-21 14:08:52 +0900
commite8d917583ec42fafe50f0ceef3ba252b8fabc94f (patch)
tree5790c19f295e737c979a8f260efa16f9c6160a7d /lib
parent9a26ba99476563b3be7e1ca5f8e8ebbf87a8fc6c (diff)
downloadchef-e8d917583ec42fafe50f0ceef3ba252b8fabc94f.tar.gz
reflect https://github.com/chef/chef/pull/3227#issuecomment-94560685
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/shell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/shell.rb b/lib/chef/shell.rb
index 1589832bef..3a68785ce9 100644
--- a/lib/chef/shell.rb
+++ b/lib/chef/shell.rb
@@ -108,7 +108,7 @@ module Shell
irb_conf[:IRB_RC] = lambda do |conf|
m = conf.main
- conf.prompt_c = "chef#{leader(m)} (#{Chef::VERSION})> "
+ conf.prompt_c = "chef#{leader(m)} > "
conf.return_format = " => %s \n"
conf.prompt_i = "chef#{leader(m)} (#{Chef::VERSION})> "
conf.prompt_n = "chef#{leader(m)} ?> "