Skip to content

Commit

Permalink
control: fix typo in exporter slice comment
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chadwell <[email protected]>
  • Loading branch information
jedevc committed Jan 5, 2024
1 parent 1c1777b commit cfd320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/control.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func translateLegacySolveRequest(req *controlapi.SolveRequest) {
}
req.Cache.ImportRefsDeprecated = nil

// translate single exporter to a slice (v0.12.0)
// translate single exporter to a slice (v0.13.0)
if len(req.Exporters) == 0 && req.ExporterDeprecated != "" {
req.Exporters = append(req.Exporters, &controlapi.Exporter{
Type: req.ExporterDeprecated,
Expand Down

0 comments on commit cfd320c

Please sign in to comment.