Skip to content

Commit

Permalink
Remove unsupported flags (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke authored Nov 5, 2024
1 parent 5bd20c0 commit 1bc4e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/vacuum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package config

type Vacuum struct {
CheckBackup bool `json:"check_backup,default=true" toml:"check_backup,default=true" yaml:"check_backup,default=true"`
CheckBackup bool `json:"check_backup" toml:"check_backup" yaml:"check_backup"`
}

0 comments on commit 1bc4e5d

Please sign in to comment.