summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-02-09 07:53:56 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-02-09 07:53:56 -0800
commitf073747786abbe6ada55ed24b696a03e39c3c45d (patch)
tree7971d871e89d522a58291713761a6c83f68e8d19 /bin
parentc6e69783705cfd48bfea0c943dc071964dd21311 (diff)
downloadchef-f073747786abbe6ada55ed24b696a03e39c3c45d.tar.gz
auto fixing some rubocops
Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chef-shell2
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