lib/bolt/apply_result.rb in bolt-3.17.0 vs lib/bolt/apply_result.rb in bolt-3.18.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
require 'json'
-require 'bolt/error'
-require 'bolt/result'
+require_relative '../bolt/error'
+require_relative '../bolt/result'
module Bolt
class ApplyResult < Result
def self.puppet_missing_error(result)
error_hash = result.error_hash