Skip to content

Commit ae9ffa3

Browse files
author
Vandita Patidar
committed
Correcting changes
1 parent 81cdfc2 commit ae9ffa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/helpers/deployer/deployer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def create_changeset(
116116
:return:
117117
"""
118118

119-
if type == "UPDATE":
119+
if changeset_type == "UPDATE":
120120
# UsePreviousValue not valid if parameter is new
121121
summary = self._client.get_template_summary(StackName=stack_name)
122122
existing_parameters = [parameter["ParameterKey"] for parameter in summary["Parameters"]]

0 commit comments

Comments
 (0)