Skip to content

Commit

Permalink
update deploy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Predelnik committed Jul 31, 2018
1 parent 265adac commit c61f862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def replace_text(bs_node, new_text):
replace_text (plugin_node.x64Version, ver)
replace_text (plugin_node.download, 'https://github.com/Predelnik/DSpellCheck/releases/download/v{}/DSpellCheck_x64.zip'.format (ver))
readme_text = ''
with open ('readme.md', "r", encoding='utf-8') as file:
with open ('changes.md', "r", encoding='utf-8') as file:
readme_text = file.read()
key = 'v{}'.format (ver)
start_pos = readme_text.find (key)
Expand Down

0 comments on commit c61f862

Please sign in to comment.