mirror of https://github.com/coddrago/Heroku
Update updater.py
parent
7ec3dd3936
commit
9f6ece7c4e
|
@ -416,7 +416,7 @@ class UpdaterMod(loader.Module):
|
|||
os.system(f"cd {utils.get_base_dir()} && cd .. && git reset --hard HEAD")
|
||||
|
||||
try:
|
||||
if "LAVHOSTtest" in os.environ:
|
||||
if "LAVHOST" in os.environ:
|
||||
msg_obj = await utils.answer(
|
||||
msg_obj,
|
||||
self.strings("lavhost_update").format(
|
||||
|
|
Loading…
Reference in New Issue