Skip to content

Commit 604d52a

Browse files
committed
Update main.go
1 parent 6a04519 commit 604d52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/slackMessageParser/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func main() {
156156
csvRecords = append(csvRecords, record)
157157
}
158158

159-
csvFile, err := os.Create("../../slack_records.csv")
159+
csvFile, err := os.Create("slack_records.csv")
160160
if err != nil {
161161
log.Fatal(err)
162162
}

0 commit comments

Comments
 (0)