diff --git a/jarvis/utils/updates.py b/jarvis/utils/updates.py index 8016b7d..6d88895 100644 --- a/jarvis/utils/updates.py +++ b/jarvis/utils/updates.py @@ -123,7 +123,7 @@ async def update(bot: "Snake") -> Optional[UpdateResult]: if current_hash != remote_hash: logger.info(f"Updating from {current_hash} to {remote_hash}") current_commands = get_all_commands() - changes = get_git_changes() + changes = get_git_changes(repo) origin.pull() await asyncio.sleep(3)