Skip to content

Commit

Permalink
Fix comment to match the arg name
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Burgess <[email protected]>
  • Loading branch information
stevenburgess committed Nov 11, 2014
1 parent e546c8c commit 64a335c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/archive/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func TarWithOptions(srcPath string, options *TarOptions) (io.ReadCloser, error)
}

// Untar reads a stream of bytes from `archive`, parses it as a tar archive,
// and unpacks it into the directory at `path`.
// and unpacks it into the directory at `dest`.
// The archive may be compressed with one of the following algorithms:
// identity (uncompressed), gzip, bzip2, xz.
// FIXME: specify behavior when target path exists vs. doesn't exist.
Expand Down

0 comments on commit 64a335c

Please sign in to comment.