Skip to content

Commit

Permalink
fix config flag for darknode deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tok-kkk committed Feb 9, 2022
1 parent 56c4c7f commit f736596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func initNode(ctx *cli.Context) error {
var conf darknode.Config
if configFile != "" {
var err error
conf, err = darknode.NewConfigFromJSONFile(path)
conf, err = darknode.NewConfigFromJSONFile(configFile)
if err != nil {
return errors.New("invalid config file")
}
Expand Down

0 comments on commit f736596

Please sign in to comment.