Skip to content

Commit

Permalink
Merge pull request #6 from Eoracle/develop
Browse files Browse the repository at this point in the history
Fixing variable name
  • Loading branch information
uri-lightblocks committed Apr 17, 2024
2 parents 1ebd3fd + bf49791 commit b81dcd9
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 b81dcd9

Please sign in to comment.