Skip to content

Commit 3d18bf7

Browse files
committed
rename calendar parser output file
1 parent f3bfea3 commit 3d18bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/calendarParser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,5 @@ func ParseCalendar(inDir string, outDir string) {
261261

262262
log.Print("Parsed Calendar!")
263263

264-
utils.WriteJSON(fmt.Sprintf("%s/eventsTEST.json", outDir), result)
264+
utils.WriteJSON(fmt.Sprintf("%s/events.json", outDir), result)
265265
}

0 commit comments

Comments
 (0)