Changed filepath of Config

This commit is contained in:
Stefan Hoffmann 2023-07-30 20:28:57 +02:00
parent d86d54d2ec
commit b87065b548
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
target*
source*
go-gluon-publish

View File

@ -81,7 +81,7 @@ func GetGluonVersion(path string) string {
}
func readVersions(branch string) string {
filePath := "release_state.json"
filePath := "/srv/fwuploads-tmp/bin/release_state.json"
v, err := ioutil.ReadFile(filePath)
if err != nil {
log.Fatalln("Error reading version JSON file!")