diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-14 09:43:54 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-14 09:43:54 +0800 |
commit | 91827f7524565df7b5a3eb4c54dfa103180b817a (patch) | |
tree | 84c62e8b615b8334be6d402ed25b74ea98668df3 | |
parent | 05902137eff998c2aa94ab80ecd90922131706ad (diff) | |
download | dexon-governance-abi-91827f7524565df7b5a3eb4c54dfa103180b817a.tar.gz dexon-governance-abi-91827f7524565df7b5a3eb4c54dfa103180b817a.tar.zst dexon-governance-abi-91827f7524565df7b5a3eb4c54dfa103180b817a.zip |
ci: Fix typo
-rwxr-xr-x | ci/update_wiki.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/update_wiki.sh b/ci/update_wiki.sh index 7b84fa8..c3e9cfb 100755 --- a/ci/update_wiki.sh +++ b/ci/update_wiki.sh @@ -19,7 +19,7 @@ touch wiki.md while IFE= read -r line; do if [[ $line == *"ABI AUTOGEN START"* ]]; then abi=true - printf "<!-- [[ABI AUTOGEN START]] -->\n\`\`\`\n${newABI}\n\`\`\`\n<!-- [[ABI AUTOGEN START]] -->\n" >> wiki.md + printf "<!-- [[ABI AUTOGEN START]] -->\n\`\`\`\n${newABI}\n\`\`\`\n<!-- [[ABI AUTOGEN END]] -->\n" >> wiki.md fi if [[ $abi == true && $line == *"ABI AUTOGEN END"* ]]; then abi=false |