Skip to content

Commit

Permalink
Merge pull request kubernetes#4014 from irfanurrehman/patch-1
Browse files Browse the repository at this point in the history
Fix typo in update-imported-docs.sh
  • Loading branch information
Phillip Wittrock authored Jun 13, 2017
2 parents e2a898a + 7d06b71 commit eb71492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-imported-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ BINARIES="federation-apiserver.md federation-controller-manager.md kube-apiserve
cd docs/admin
for bin in $BINARIES; do
sed -i -e '/<!-- BEGIN MUNGE: IS_VERSIONED -->/,/<!-- END MUNGE: IS_VERSIONED -->/d' "$bin"
sed -i -e '/<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->/,/<!-- END MUNGE: UNVERSIONED_WARNINgG -->/d' "$bin"
sed -i -e '/<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->/,/<!-- END MUNGE: UNVERSIONED_WARNING -->/d' "$bin"
sed -i -e '1 i\
---' "$bin"
sed -i -e '1 i\
Expand Down

0 comments on commit eb71492

Please sign in to comment.