Skip to content

Commit

Permalink
Add needed requires statements to auto-deploy associated files.
Browse files Browse the repository at this point in the history
A recent commit removed a require for bat_helper which was
drawing in these files.

[#118530781](https://www.pivotaltracker.com/story/show/118530781)

Signed-off-by: Tyler Schultz <tschultz@pivotal.io>
  • Loading branch information
Christopher Brown committed Apr 28, 2016
1 parent 932c149 commit c65e684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bosh-dev/lib/bosh/dev/automated_deploy_builder.rb
Expand Up @@ -5,8 +5,10 @@
require 'bosh/dev/vsphere/deployment_account'
require 'bosh/dev/vcloud/deployment_account'
require 'bosh/dev/automated_deploy'
require 'bosh/dev/uri_provider'
require 'bosh/dev/bosh_cli_session'
require 'bosh/stemcell/stemcell'
require 'bosh/stemcell/definition'
require 'logging'

module Bosh::Dev
Expand Down

0 comments on commit c65e684

Please sign in to comment.