We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1570c6c commit b046a5eCopy full SHA for b046a5e
1 file changed
internal/sync/tar.go
@@ -229,7 +229,7 @@ func (a *ArchiveBuilder) writeEntry(entry archiveEntry) error {
229
return nil
230
}
231
232
-// tarPath writes the given source path into tarWriter at the given dest (recursively for directories).
+// entriesForPath writes the given source path into tarWriter at the given dest (recursively for directories).
233
// e.g. tarring my_dir --> dest d: d/file_a, d/file_b
234
// If source path does not exist, quietly skips it and returns no err
235
func (a *ArchiveBuilder) entriesForPath(localPath, containerPath string) ([]archiveEntry, error) {
0 commit comments