瀏覽代碼

fix: Syntax error in config.py (#799)

The PROVIDERS constant in config.py was missing a comma in the list
which was causing autogeneration to fail. Found this while trying to add
a new icon to onprem.

I expect this is going to cause a few updates.
tags/v0.23.2
Rob Lazzurs 1 年之前
committed by GitHub
父節點
當前提交
fd24bf4fd3
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      config.py

+ 1
- 1
config.py 查看文件

@@ -13,7 +13,7 @@ DIR_TEMPLATE = "templates"

PROVIDERS = (
"base",
"onprem"
"onprem",
"aws",
"azure",
"digitalocean",


Loading…
取消
儲存