This is more consistent with the `lockfile` config optionpull/384/head
parent
de0862a3dd
commit
59b2393127
@ -1,10 +1,10 @@
|
|||||||
package flags
|
package flags
|
||||||
|
|
||||||
var (
|
var (
|
||||||
CI bool = false
|
CI bool = false
|
||||||
VERBOSE bool = false
|
VERBOSE bool = false
|
||||||
CRON_LEAN bool = false
|
CRON_LEAN bool = false
|
||||||
RESTIC_BIN string
|
RESTIC_BIN string
|
||||||
DOCKER_IMAGE string
|
DOCKER_IMAGE string
|
||||||
LOCKFILE_PATH string
|
LOCKFILE string
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in new issue