diff options
Diffstat (limited to 'bin/chef-shell')
-rwxr-xr-x | bin/chef-shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chef-shell b/bin/chef-shell index 9cc7651c70..f4e8307dd1 100755 --- a/bin/chef-shell +++ b/bin/chef-shell @@ -33,5 +33,5 @@ require "chef/shell" # On Windows only, enable irb --noreadline because of input problems -- # See CHEF-3284. -IRB.conf[:USE_READLINE] = false if Chef::Platform::windows? +IRB.conf[:USE_READLINE] = false if Chef::Platform.windows? Shell.start |