Skip to content

Commit

Permalink
Require mixlib/config only if not defined already
Browse files Browse the repository at this point in the history
Signed-off-by: Balasankar 'Balu' C <[email protected]>
  • Loading branch information
Balasankar 'Balu' C committed Aug 3, 2022
1 parent 8c013e6 commit 6f2b439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/license_scout/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

require "mixlib/config"
require "mixlib/config" unless defined?(Mixlib::Config)
require "tmpdir" unless defined?(Dir.mktmpdir)

require "license_scout/exceptions"
Expand Down

0 comments on commit 6f2b439

Please sign in to comment.