This commit is contained in:
Bel LaPointe
2023-11-06 12:17:46 -07:00
parent 23ef7f13ee
commit 8dacd8da5d
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ func _main() error {
if err := add(&config); err != nil {
return err
}
if err := edit(config); err != nil {
if err := edit(&config); err != nil {
return err
}
return dump(config)