[ci-base] fix last PR

This commit is contained in:
Alexander Wang 2023-02-20 09:21:48 -08:00
parent 285bdbe774
commit 95eccae9c1
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -67,6 +67,7 @@ func (p dagrePlugin) Info(ctx context.Context) (*PluginInfo, error) {
return &PluginInfo{
Name: "dagre",
Type: "bundled",
Features: []PluginFeature{},
ShortHelp: "The directed graph layout library Dagre",
LongHelp: fmt.Sprintf(`dagre is a directed graph layout library for JavaScript.
See https://d2lang.com/tour/dagre for more.