Skip to content

Commit

Permalink
Fix erroneous env edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpahm authored Oct 22, 2024
1 parent 42856b7 commit da5bab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/coursebook.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
func ScrapeCoursebook(term string, startPrefix string, outDir string) {

// Load env vars
if err := godotenv.Load(".env.template"); err != nil {
if err := godotenv.Load(); err != nil {
log.Panic("Error loading .env file")
}

Expand Down

0 comments on commit da5bab6

Please sign in to comment.