Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 13, 2025
1 parent ec544e3 commit b4d704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func CreateFlags(defaultPath string) []cli.Flag {
&cli.StringFlag{
Name: flgEmail,
Aliases: []string{"m"},
EnvVars: []string{"LEGO_ACCOUNT_EMAIL"},
EnvVars: []string{"LEGO_EMAIL"},
Usage: "Email used for registration and recovery contact.",
},
&cli.StringFlag{
Expand Down

0 comments on commit b4d704a

Please sign in to comment.