Skip to content

Commit

Permalink
Set envar name
Browse files Browse the repository at this point in the history
  • Loading branch information
ada-u committed Jan 18, 2021
1 parent bee8607 commit ca1d55d
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 @@ -51,7 +51,7 @@ var (
timeOffset = kingpin.Flag(
"sendgrid.time-offset",
"[Optional] Specify the offset in second from UTC as an integer.(e.g. '32400') This needs to be set along with location.",
).Default("0").Int()
).Default("0").Envar("SENDGRID_TIME_OFFSET").Int()
)

func main() {
Expand Down

0 comments on commit ca1d55d

Please sign in to comment.