Skip to content

Commit

Permalink
fixing flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
RonTuretzky committed Apr 17, 2024
1 parent a76e63a commit 0dda065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flag/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ var (
EOConfigFlag = &cli.StringFlag{
Name: "eoconfig",
Usage: "eoconfig contract address",
EnvVars: []string{"EO_EOCONFIG"},
EnvVars: []string{"EO_CONFIG"},
}
)

0 comments on commit 0dda065

Please sign in to comment.