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

@@ -15,7 +15,7 @@ import (
"gopkg.in/yaml.v2"
)
func edit(config config) error {
func edit(config *config) error {
if !config.edit {
return nil
}