Skip to content

Commit ac91d4e

Browse files
committed
fixes
1 parent 315b686 commit ac91d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vars/ciinaboxVPC.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import com.amazonaws.services.cloudformation.model.*
2020
def call(body) {
2121
def config = body
2222

23-
az = config.get('availabilityZone', 'a').toUpperCase()
24-
ciinaboxName = config.get('ciinabox', 'ciinabox')
23+
def az = config.get('availabilityZone', 'a').toUpperCase()
24+
def ciinaboxName = config.get('ciinabox', 'ciinabox')
2525
def ciinabox = ciinaboxStack(ciinaboxName, config.region)
2626
if(ciinabox) {
2727
def outputs = [:]

0 commit comments

Comments
 (0)