Skip to content

Commit d58ff8d

Browse files
mounick-mallowmergify[bot]
authored andcommitted
fix: correct minor typos in code (#150)
1 parent 8debfa8 commit d58ff8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/codepipeline-docker-build/Pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self, app: core.App, id: str, props, **kwargs) -> None:
4949

5050
#pipeline param to get the
5151
pipeline_param = aws_ssm.StringParameter(
52-
self, "PPipeline",
52+
self, "PipelineParam",
5353
parameter_name=f"{props['namespace']}-pipeline",
5454
string_value=pipeline.pipeline_name,
5555
description='cdk pipeline bucket'
@@ -59,4 +59,4 @@ def __init__(self, app: core.App, id: str, props, **kwargs) -> None:
5959
self, "PipelineOut",
6060
description="Pipeline",
6161
value=pipeline.pipeline_name
62-
)
62+
)

0 commit comments

Comments
 (0)