app_deploy: fix typo preventing repo clients from loading
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
d60b852b27
commit
211c7e70e1
|
@ -33,7 +33,7 @@ CHANNEL_TO_TYPE = {
|
||||||
TYPE_TO_CHANNEL = {
|
TYPE_TO_CHANNEL = {
|
||||||
"zip": "stable",
|
"zip": "stable",
|
||||||
"zip_beta": "beta",
|
"zip_beta": "beta",
|
||||||
"dev": "git_repo"
|
"git_repo": "dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
class AppDeploy(BaseDeploy):
|
class AppDeploy(BaseDeploy):
|
||||||
|
|
Loading…
Reference in New Issue