Skip to content

Commit

Permalink
Fix typo fetch_attachments.go
Browse files Browse the repository at this point in the history
It's a small one, but it gets repeated in the logs many times…
  • Loading branch information
wetneb committed Sep 11, 2024
1 parent c0f7bf8 commit 24a3d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fetch_attachments.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func fetchAttachments(cmd *cobra.Command, args []string) error {
}

func processChannelFile(w *zip.Writer, file *zip.File, inBuf []byte, token string) error {
verbosePrintln("This is a 'channels' file. Examining it's contents for attachments.")
verbosePrintln("This is a 'channels' file. Examining its contents for attachments.")

// Parse the JSON of the file.
var posts []SlackPost
Expand Down

0 comments on commit 24a3d1e

Please sign in to comment.