Skip to content

Commit

Permalink
Merge pull request #5 from Eoracle/HF/wrong_flag_name
Browse files Browse the repository at this point in the history
fixing flag name
  • Loading branch information
RonTuretzky committed Apr 17, 2024
2 parents a76e63a + 0dda065 commit d680771
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 d680771

Please sign in to comment.