Преглед на файлове

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
No known key found for this signature in database 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",


Зареждане…
Отказ
Запис