fix versioning mistake

This commit is contained in:
Harvey Tindall
2020-09-05 17:52:28 +01:00
parent 862e85669e
commit 18458c2b0d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ before:
hooks:
# You may remove this if you don't use go modules.
- go mod download
- python3 config/fixconfig.py -i config/config-base.json -o data/config-base.json --version {{.Version}}
- python3 config/generate_ini.py -i config/config-base.json -o data/config-default.ini
- 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 --version {{.Version}}
- python3 -m pip install libsass
- python3 scss/get_node_deps.py
- python3 scss/compile.py -y
+1 -1
View File
@@ -622,7 +622,7 @@
"type": "text",
"value": "localhost:5000",
"depends_true": "enabled",
"description": "Ombi server URL."
"description": "Ombi server URL, including http(s)://."
},
"api_key": {
"name": "API Key",