osbuild-composer: rename the state file state.json

It is no longer specific to the weldr API, so drop the weldr prefix.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2019-10-05 21:04:28 +02:00 committed by Lars Karlitski
parent b6c63b6d59
commit ad637b46f8

View file

@ -15,7 +15,7 @@ import (
"github.com/coreos/go-systemd/activation"
)
const StateFile = "/var/lib/osbuild-composer/weldr-state.json"
const StateFile = "/var/lib/osbuild-composer/state.json"
func main() {
var verbose bool