Skip to content

Commit

Permalink
added uri require
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jul 12, 2024
1 parent ccbcb80 commit add872e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cookbook-omnifetch/artifactory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require "mixlib/archive" unless defined?(Mixlib::Archive)
require "tmpdir" unless defined?(Dir.mktmpdir)
require "uri" unless defined?(URI)

module CookbookOmnifetch

Expand Down

0 comments on commit add872e

Please sign in to comment.