Skip to content

Commit

Permalink
feat: adjust for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasprima committed Mar 21, 2024
1 parent 7f6a413 commit 82e4532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
func main(){

err := godotenv.Load()
if err != nil {
if err != nil && !os.IsNotExist(err) {
fmt.Println("Error loading .env file:", err)
return
}
Expand Down

0 comments on commit 82e4532

Please sign in to comment.