Skip to content

Commit

Permalink
app_deploy: fix typo preventing repo clients from loading
Browse files Browse the repository at this point in the history
Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Jul 8, 2021
1 parent d60b852 commit 211c7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonraker/components/update_manager/app_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
TYPE_TO_CHANNEL = {
"zip": "stable",
"zip_beta": "beta",
"dev": "git_repo"
"git_repo": "dev"
}

class AppDeploy(BaseDeploy):
Expand Down

0 comments on commit 211c7e7

Please sign in to comment.