From ad637b46f8beabacfcdc61584324230031f4da19 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 5 Oct 2019 21:04:28 +0200 Subject: [PATCH] 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 --- cmd/osbuild-composer/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/osbuild-composer/main.go b/cmd/osbuild-composer/main.go index 745515fd6..2f47d2236 100644 --- a/cmd/osbuild-composer/main.go +++ b/cmd/osbuild-composer/main.go @@ -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