fix versioning mistake

pull/20/head
Harvey Tindall 4 years ago
parent 862e85669e
commit 18458c2b0d
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -10,8 +10,8 @@ before:
hooks: hooks:
# You may remove this if you don't use go modules. # You may remove this if you don't use go modules.
- go mod download - go mod download
- python3 config/fixconfig.py -i config/config-base.json -o data/config-base.json --version {{.Version}} - python3 config/fixconfig.py -i config/config-base.json -o data/config-base.json
- python3 config/generate_ini.py -i config/config-base.json -o data/config-default.ini - python3 config/generate_ini.py -i config/config-base.json -o data/config-default.ini --version {{.Version}}
- python3 -m pip install libsass - python3 -m pip install libsass
- python3 scss/get_node_deps.py - python3 scss/get_node_deps.py
- python3 scss/compile.py -y - python3 scss/compile.py -y

@ -622,7 +622,7 @@
"type": "text", "type": "text",
"value": "localhost:5000", "value": "localhost:5000",
"depends_true": "enabled", "depends_true": "enabled",
"description": "Ombi server URL." "description": "Ombi server URL, including http(s)://."
}, },
"api_key": { "api_key": {
"name": "API Key", "name": "API Key",

Loading…
Cancel
Save