Skip to content

Commit da5bab6

Browse files
authored
Fix erroneous env edit
1 parent 42856b7 commit da5bab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapers/coursebook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
func ScrapeCoursebook(term string, startPrefix string, outDir string) {
2121

2222
// Load env vars
23-
if err := godotenv.Load(".env.template"); err != nil {
23+
if err := godotenv.Load(); err != nil {
2424
log.Panic("Error loading .env file")
2525
}
2626

0 commit comments

Comments
 (0)