summaryrefslogtreecommitdiff
path: root/lib/chef/knife/config_use_profile.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/config_use_profile.rb')
-rw-r--r--lib/chef/knife/config_use_profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/config_use_profile.rb b/lib/chef/knife/config_use_profile.rb
index a202c8cf2a..89d75b3369 100644
--- a/lib/chef/knife/config_use_profile.rb
+++ b/lib/chef/knife/config_use_profile.rb
@@ -15,7 +15,7 @@
# limitations under the License.
#
-require "fileutils"
+require "fileutils" unless defined?(FileUtils)
require_relative "../knife"