Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletHynes committed May 24, 2024
1 parent 2a5749f commit bc8fe69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ func archiveToTgz(sourceDir, destination string) error {
}

// addFileToTar takes a file at filePath and adds it to the tar
// being written to by tarWriter, alongside its header. T
// being written to by tarWriter, alongside its header.
// The tar header name will be relative. Example: If we're tarring
// a file in ~/a/b/c/foo/bar.json, the header name will be foo/bar.json
func addFileToTar(sourceDir, filePath string, tarWriter *tar.Writer) error {
Expand Down

0 comments on commit bc8fe69

Please sign in to comment.