Skip to content

Commit

Permalink
Fix configuration directory env variable in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
darshan-lukhi committed Jun 13, 2024
1 parent 4c6fabe commit eee0bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

type Arguments struct {
// The path to the configuration. Defaults to the current directory.
Configuration string `help:"Configuration directory." env:"HASURA_CONFIGURATION_DIRECTORY"`
Configuration string `help:"Configuration directory." env:"HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH"`
}

type CLI struct {
Expand Down

0 comments on commit eee0bb3

Please sign in to comment.