summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/mixin/credentials.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/lib/chef-config/mixin/credentials.rb')
-rw-r--r--chef-config/lib/chef-config/mixin/credentials.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/mixin/credentials.rb b/chef-config/lib/chef-config/mixin/credentials.rb
index 12fceef75d..de004a062f 100644
--- a/chef-config/lib/chef-config/mixin/credentials.rb
+++ b/chef-config/lib/chef-config/mixin/credentials.rb
@@ -15,7 +15,7 @@
# limitations under the License.
#
-require "tomlrb"
+autoload :Tomlrb, "tomlrb"
require_relative "../path_helper"
module ChefConfig