mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
chore: fix some minor issues in the comments
Signed-off-by: mountdisk <mountdisk@icloud.com>
This commit is contained in:
committed by
Nicolas De loof
parent
1570c6c076
commit
b046a5ef72
@@ -229,7 +229,7 @@ func (a *ArchiveBuilder) writeEntry(entry archiveEntry) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// 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).
|
||||
// e.g. tarring my_dir --> dest d: d/file_a, d/file_b
|
||||
// If source path does not exist, quietly skips it and returns no err
|
||||
func (a *ArchiveBuilder) entriesForPath(localPath, containerPath string) ([]archiveEntry, error) {
|
||||
|
||||
Reference in New Issue
Block a user