ptr
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
func edit(config config) error {
|
||||
func edit(config *config) error {
|
||||
if !config.edit {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user