Skip to content

Commit

Permalink
typo in updater message (UsergeTeam#91)
Browse files Browse the repository at this point in the history
* typo in updater message

* fixed prefix in updater message

made changes as asked

* Update updater.py

me noob;-;
  • Loading branch information
a092devs authored Jul 9, 2020
1 parent 560c368 commit 4fd17fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/tools/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async def check_update(message: Message):
await message.edit(
f'`Now pushing updates from [{branch}] to heroku...\n'
'this will take upto 3 min`\n\n'
'* **Restart** me after about 3 min using `.restart -h`\n\n'
f'* **Restart** me after about 3 min using `{Config.CMD_TRIGGER}restart -h`\n\n'
'* After restarted successfully, check updates again :)')
if "heroku" in repo.remotes:
remote = repo.remote("heroku")
Expand Down

0 comments on commit 4fd17fa

Please sign in to comment.