diff options
Diffstat (limited to 'internal/pipeline/put.go')
-rw-r--r-- | internal/pipeline/put.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pipeline/put.go b/internal/pipeline/put.go index 7b292b9..c08df53 100644 --- a/internal/pipeline/put.go +++ b/internal/pipeline/put.go @@ -24,7 +24,7 @@ func (w NullWriter) Write(p []byte) (n int, err error) { type fileWalk chan string // Walk sends the path of all files to the channel, with the exception of -// any file or directory which starts with "." +// any file which starts with "." func (f fileWalk) Walk(path string, info os.FileInfo, err error) error { if err != nil { return err |