summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-05-30 17:37:38 -0700
committerNoah Kantrowitz <noah@coderanger.net>2017-05-30 17:37:38 -0700
commit4b2d4c3c119aabf6039bef5599f265ffd1db4d91 (patch)
treea2531d4899e97b94ee94d2498fa91b299fd19d56 /lib/chef
parent8c4d731d537a6ab849dad1a8ad51e2988b72b5a3 (diff)
downloadchef-4b2d4c3c119aabf6039bef5599f265ffd1db4d91.tar.gz
Feed the rubocop.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index df3b87a9fd..44596e20da 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -19,7 +19,7 @@
# task instead.
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-require 'chef/version_string'
+require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)