Skip to content

Commit 5450415

Browse files
nakshah87easymrgr
authored andcommitted
Changed the sed logic to exclude the terminating pattern '---' from being removed
SIM: https://i.amazon.com/D337629594 cr: https://code.amazon.com/reviews/CR-236235631
1 parent 2905ada commit 5450415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latest/ug/networking/lbc-manifest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ curl -Lo v2_14_1_full.yaml https://github.com/kubernetes-sigs/aws-load-balancer-
229229
+
230230
[source,shell,subs="verbatim,attributes"]
231231
----
232-
sed -i.bak -e '764,773d' ./v2_14_1_full.yaml
232+
sed -i.bak -e '764,772d' ./v2_14_1_full.yaml
233233
----
234234
+
235235
If you downloaded a different file version, then open the file in an editor and remove the following lines.

0 commit comments

Comments
 (0)