Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwalker committed Sep 7, 2018
1 parent 452b8e2 commit 6e58721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/ciinaboxVPC.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def call(body) {
}

@NonCPS
def ciinaboxStack(stackName, region, az) {
def ciinaboxStack(stackName, region) {
try {
def cf = setupClient(region)
DescribeStacksResult result = cf.describeStacks(new DescribeStacksRequest().withStackName(stackName))
Expand Down

0 comments on commit 6e58721

Please sign in to comment.