Skip to content

Commit

Permalink
update_manager: report updater name for git_repo types
Browse files Browse the repository at this point in the history
Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Jan 28, 2025
1 parent d4d2074 commit 52781fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moonraker/components/update_manager/git_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ async def rollback(self) -> bool:
def get_update_status(self) -> Dict[str, Any]:
status = super().get_update_status()
status.update(self.repo.get_repo_status())
status["name"] = self.name
return status

def get_persistent_data(self) -> Dict[str, Any]:
Expand Down

0 comments on commit 52781fb

Please sign in to comment.