Skip to content

Commit

Permalink
Add missing require for OpenStruct library
Browse files Browse the repository at this point in the history
Signed-off-by: Vasu1105 <[email protected]>
  • Loading branch information
Vasu1105 committed Apr 15, 2024
1 parent 6f052d0 commit a185f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/train/transports/local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require_relative "../plugins"
require_relative "../errors"
require "mixlib/shellout" unless defined?(Mixlib::ShellOut)
require "ostruct" unless defined?(OpenStruct)

module Train::Transports
class Local < Train.plugin(1)
Expand Down

0 comments on commit a185f17

Please sign in to comment.