Skip to content

Commit 672aad3

Browse files
committed
Fix a typo
forgot to remove it after debug...
1 parent 852a3d3 commit 672aad3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/clusterctl/examples/ibmcloud/generate-yaml.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ cp -n $PWD/cluster.yaml.template $PWD/$OUTPUT/cluster.yaml
116116
cp -n $PWD/machines.yaml.template $PWD/$OUTPUT/machines.yaml
117117

118118
# Build provider-components.yaml with kustomize
119-
echo $PWD
120-
echo $OUTPUT
121119
kustomize build $PWD/../../../../config -o $PWD/$OUTPUT/provider-components.yaml
122120

123121
echo "---" >> $PWD/$OUTPUT/provider-components.yaml

0 commit comments

Comments
 (0)