Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit c63b607

Browse files
Roman Boikoferdingler
authored andcommitted
fixed missing closing bracket
1 parent 171e76b commit c63b607

File tree

1 file changed

+1
-0
lines changed
  • workshop/content/java/buildpipe/pipeascode/deploy

1 file changed

+1
-0
lines changed

workshop/content/java/buildpipe/pipeascode/deploy/_index.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public class PipelineStack extends Stack {
127127
.stageName("Dev")
128128
.actions(Arrays.asList(createChangeSet, executeChangeSet))
129129
.build());
130+
}
130131
}
131132
{{< / highlight >}}
132133
{{% /expand%}}

0 commit comments

Comments
 (0)