Skip to content

Commit 315b686

Browse files
committed
fixes
1 parent fdb2691 commit 315b686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/ciinaboxVPC.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def call(body) {
4242
}
4343

4444
@NonCPS
45-
def ciinaboxStack(stackName, region, az) {
45+
def ciinaboxStack(stackName, region) {
4646
try {
4747
def cf = setupClient(region)
4848
DescribeStacksResult result = cf.describeStacks(new DescribeStacksRequest().withStackName(stackName))

0 commit comments

Comments
 (0)