Skip to content

Commit

Permalink
update: env issue with cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrest1 committed Feb 6, 2024
1 parent 972c2b3 commit bb66f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {

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

// init DB
Expand Down

0 comments on commit bb66f32

Please sign in to comment.