diff --git a/.goreleaser.yml b/.goreleaser.yml index 80bc36c..b8795b1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 diff --git a/data/config-base.json b/data/config-base.json index cddce8c..750374d 100644 --- a/data/config-base.json +++ b/data/config-base.json @@ -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",