build: Fix text encoding error (#1412)
This commit is contained in:
parent
7b2f90f840
commit
04ef9d5e8f
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ repl += get_help_text('-F') + '\n'
|
|||
repl += get_help_text('-M') + '\n'
|
||||
repl += get_help_text('-r') + '\n'
|
||||
repl += get_help_text('-w') + '\n'
|
||||
repl = repl.encode('utf-8')
|
||||
replace_block(r'```',
|
||||
r'```', repl, 'README.md')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue