Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Aug 8, 2023
1 parent 760dec6 commit 3e781ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicecatalog_factory/commands/task_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def extrapolate_version(input, product_name):
build={
"commands": [
f"echo '{configuration}' > configuration.json",
f'servicecatalog-factory generate-template "CDK" "1.0.0" "{product_name}" "{version_name}" . > product.template.yaml',
f'servicecatalog-factory generate-template "CDK" "1.0.0" "{product_name}" "{version_name}" . configuration.json > product.template.yaml',
]
},
),
Expand Down

0 comments on commit 3e781ea

Please sign in to comment.