Signed-off-by: Steven Burgess <steven.a.burgess@hotmail.com>
| ... | ... |
@@ -455,7 +455,7 @@ func TarWithOptions(srcPath string, options *TarOptions) (io.ReadCloser, error) |
| 455 | 455 |
} |
| 456 | 456 |
|
| 457 | 457 |
// Untar reads a stream of bytes from `archive`, parses it as a tar archive, |
| 458 |
-// and unpacks it into the directory at `path`. |
|
| 458 |
+// and unpacks it into the directory at `dest`. |
|
| 459 | 459 |
// The archive may be compressed with one of the following algorithms: |
| 460 | 460 |
// identity (uncompressed), gzip, bzip2, xz. |
| 461 | 461 |
// FIXME: specify behavior when target path exists vs. doesn't exist. |