1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-18 07:27:49 +02:00

fix versioning mistake

This commit is contained in:
Harvey Tindall 2020-09-05 17:52:28 +01:00
parent 862e85669e
commit 18458c2b0d
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 3 additions and 3 deletions

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

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",