lib/bolt/module_installer/specs/git_spec.rb in bolt-3.17.0 vs lib/bolt/module_installer/specs/git_spec.rb in bolt-3.18.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
require 'json'
require 'set'
-require 'bolt/error'
+require_relative '../../../bolt/error'
# This class represents a Git module specification.
#
module Bolt
class ModuleInstaller