Skip to content

Commit 46a7503

Browse files
author
Michael Smith
committed
(PUP-3839) Fix typo in ci-pe-puppet
1 parent ce75449 commit 46a7503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acceptance/bin/ci-pe-puppet.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ bundle install --path=./.bundle/gems
3333

3434
#export pe_version=${pe_version_override:-$pe_version}
3535
#export pe_family=3.4
36-
if bundle exec genconfig ${platform}-${layout} > hosts.cfg
37-
then; else echo "Usage: ensure Gemfile.local exists requiring sqa-utils"
36+
if ! bundle exec genconfig ${platform}-${layout} > hosts.cfg; then
37+
echo "Usage: ensure Gemfile.local exists requiring sqa-utils"
3838
fi
3939

4040
export forge_host=api-forge-aio01-petest.puppetlabs.com

0 commit comments

Comments
 (0)