summaryrefslogtreecommitdiff
path: root/bin/chef-shell
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chef-shell')
-rwxr-xr-xbin/chef-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chef-shell b/bin/chef-shell
index f334635742..9cc7651c70 100755
--- a/bin/chef-shell
+++ b/bin/chef-shell
@@ -25,7 +25,7 @@ end
require "irb"
require "irb/completion"
-require 'irb/ext/save-history'
+require "irb/ext/save-history"
$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))