Skip to content

Commit bbc7aef

Browse files
authored
Merge pull request moby#3677 from alexcb/patch-4
fix error message typo
2 parents 890f195 + d32660a commit bbc7aef

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)