Skip to content

Commit d32660a

Browse files
author
Alex Couture-Beil
authored
fix error message typo
Signed-off-by: Alex Couture-Beil <[email protected]>
1 parent 890f195 commit d32660a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/solve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func (c *Client) solve(ctx context.Context, def *llb.Definition, runGateway runG
169169
}
170170

171171
if supportFile && supportDir {
172-
return nil, errors.Errorf("both file and directory output is not support by %s exporter", ex.Type)
172+
return nil, errors.Errorf("both file and directory output is not supported by %s exporter", ex.Type)
173173
}
174174
if !supportFile && ex.Output != nil {
175175
return nil, errors.Errorf("output file writer is not supported by %s exporter", ex.Type)

0 commit comments

Comments
 (0)