lib/mixlib/install/backend/base.rb in mixlib-install-3.11.24 vs lib/mixlib/install/backend/base.rb in mixlib-install-3.11.26

- old
+ new

@@ -14,10 +14,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # -require "mixlib/install/util" +require_relative "../util" module Mixlib class Install class Backend class ArtifactsNotFound < StandardError; end