Skip to content

Commit

Permalink
Update envie.go
Browse files Browse the repository at this point in the history
  • Loading branch information
da0x committed Sep 27, 2021
1 parent fe4702c commit feb1544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envie.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func Auto(e interface{}) {
log.Printf("envie: failed to read environment variables:\n")
empty := empty(e)
for _, v := range empty {
fmt.Printf("\t%v", v)
log.Println(color.Cyan, v, color.White, "is not defined", color.Reset)
}
if AutoPanic {
panic("envie: panic.")
Expand Down

0 comments on commit feb1544

Please sign in to comment.