lib/bolt/transport/base.rb in bolt-3.17.0 vs lib/bolt/transport/base.rb in bolt-3.18.0
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
require 'logging'
-require 'bolt/result'
+require_relative '../../bolt/result'
module Bolt
module Transport
# This class provides the default behavior for Transports. A Transport is
# responsible for uploading files and running commands, scripts, and tasks