Skip to content

Commit 72c9a3d

Browse files
bastelfreakkenyon
andauthored
Update lib/voxpupuli/acceptance/spec_helper_acceptance.rb
Co-authored-by: Kenyon Ralph <kenyon@kenyonralph.com>
1 parent e8dc7ba commit 72c9a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/voxpupuli/acceptance/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def configure_beaker(modules: :metadata, &block)
2121
unless ENV['BEAKER_PROVISION'] == 'no'
2222
block_on hosts, run_in_parallel: true do |host|
2323
if collection == 'staging'
24-
raise Exception "staging server '#{staging_url}' configured, but no BEAKER_STAGING_VERSION environment variable set" unless staging_version
24+
raise Exception, "staging server '#{staging_url}' configured, but no BEAKER_STAGING_VERSION environment variable set" unless staging_version
2525

2626
BeakerPuppetHelpers::InstallUtils.install_openvox_agent_from_url_on(host, staging_url, staging_version)
2727
elsif collection != 'preinstalled'

0 commit comments

Comments
 (0)