Skip to content

Commit

Permalink
Merge pull request #775 from inspec/vj/fix-uninitialized-constant-err…
Browse files Browse the repository at this point in the history
…or-in-winodws-verify-pipeline

Add missing require for OpenStruct library
  • Loading branch information
Vasu1105 authored Apr 15, 2024
2 parents 6f052d0 + a185f17 commit 593b647
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 593b647

Please sign in to comment.