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:
parent
b6c63b6d59
commit
ad637b46f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue