summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core/custom_manifest_loader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/core/custom_manifest_loader.rb')
-rw-r--r--lib/chef/knife/core/custom_manifest_loader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/core/custom_manifest_loader.rb b/lib/chef/knife/core/custom_manifest_loader.rb
index c19e749f32..da3eee4d90 100644
--- a/lib/chef/knife/core/custom_manifest_loader.rb
+++ b/lib/chef/knife/core/custom_manifest_loader.rb
@@ -14,7 +14,7 @@
# limitations under the License.
#
-require 'chef/version'
+require "chef/version"
class Chef
class Knife
class SubcommandLoader