vendor: bump c/common to dbeb17e40c80

Signed-off-by: flouthoc <flouthoc.git@gmail.com>
This commit is contained in:
flouthoc
2025-03-21 10:23:30 -07:00
parent 7d3ee5a5cd
commit f91aca8ebc
10 changed files with 117 additions and 98 deletions

View File

@@ -118,7 +118,7 @@ func (r *Runtime) Push(ctx context.Context, source, destination string, options
}
}
c, err := r.newCopier(&options.CopyOptions, nil)
c, err := r.newCopier(&options.CopyOptions)
if err != nil {
return nil, err
}