fix add render

This commit is contained in:
Erik Winter 2025-01-04 12:38:52 +01:00
parent 6158f76517
commit 656988c052
2 changed files with 1 additions and 1 deletions

BIN
dist/plan vendored

Binary file not shown.

View File

@ -111,7 +111,7 @@ func (a Add) Do(deps Dependencies) (CommandResult, error) {
return nil, fmt.Errorf("could not store sync item: %v", err)
}
return nil, nil
return AddRender{}, nil
}
type AddRender struct {