Skip to content

Commit

Permalink
Update solver/llbsolver/file/backend.go
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Chadwell <[email protected]>
Signed-off-by: Gabriel Adrian Samfira <[email protected]>
  • Loading branch information
gabriel-samfira and jedevc committed May 11, 2023
1 parent 64da2ff commit 0c07313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solver/llbsolver/file/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func rmPath(root, src string, allowNotFound bool) error {
func docopy(ctx context.Context, src, dest string, action pb.FileActionCopy, u *copy.User, idmap *idtools.IdentityMapping) error {
srcPath, err := cleanPath(action.Src)
if err != nil {
return errors.Wrap(err, "cleaning path")
return errors.Wrap(err, "cleaning source path")
}
destPath, err := cleanPath(action.Dest)
if err != nil {
Expand Down

0 comments on commit 0c07313

Please sign in to comment.