bake listing files not cached in config
This commit is contained in:
@@ -19,7 +19,7 @@ func edit(config *config) error {
|
||||
if !config.edit {
|
||||
return nil
|
||||
}
|
||||
return _edit(config.targets)
|
||||
return _edit(config.Targets())
|
||||
}
|
||||
|
||||
func _edit(filepaths []string) error {
|
||||
|
||||
Reference in New Issue
Block a user