Skip to content

Commit

Permalink
fix versioning mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Sep 5, 2020
1 parent 862e856 commit 18458c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/config-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 18458c2

Please sign in to comment.