summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mixlib/shellout/helper.rb')
-rw-r--r--lib/mixlib/shellout/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/helper.rb b/lib/mixlib/shellout/helper.rb
index ac63494..4543cf1 100644
--- a/lib/mixlib/shellout/helper.rb
+++ b/lib/mixlib/shellout/helper.rb
@@ -16,7 +16,7 @@
# limitations under the License.
require_relative "../shellout"
-require "chef-utils"
+require "chef-utils" unless defined?(ChefUtils)
require "chef-utils/dsl/default_paths"
require "chef-utils/internal"