Skip to content

Commit ca1d55d

Browse files
committed
Set envar name
1 parent bee8607 commit ca1d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var (
5151
timeOffset = kingpin.Flag(
5252
"sendgrid.time-offset",
5353
"[Optional] Specify the offset in second from UTC as an integer.(e.g. '32400') This needs to be set along with location.",
54-
).Default("0").Int()
54+
).Default("0").Envar("SENDGRID_TIME_OFFSET").Int()
5555
)
5656

5757
func main() {

0 commit comments

Comments
 (0)