Skip to content

Commit 10f15ca

Browse files
stasadevndeloof
authored andcommitted
fix typo in error message
Signed-off-by: Stanislav Zhuk <stasadev@gmail.com>
1 parent 3658a06 commit 10f15ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/compose/build_bake.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ func (s *composeService) doBuildBake(ctx context.Context, project *types.Project
300300
}
301301
var pathError *fs.PathError
302302
if errors.As(err, &pathError) {
303-
return nil, fmt.Errorf("can't acces os.tempDir %s: %w", tmpdir, pathError.Err)
303+
return nil, fmt.Errorf("can't access os.tempDir %s: %w", tmpdir, pathError.Err)
304304
}
305305
}
306306
}

0 commit comments

Comments
 (0)