Skip to content

Commit

Permalink
Update internal/config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: magodo <wztdyl@sina.com>
  • Loading branch information
koudaiii and magodo committed Oct 14, 2021
1 parent 8251763 commit 03fcd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Config struct {
Logfile string `env:"AZTFY_LOGFILE" default:""`
Debug bool `env:"AZTFY_DEBUG" default:"false"`
MockClient bool `env:"AZTFY_MOCK_CLIENT" default:"false"`
OutputDir string // specified via flagOutputDir
OutputDir string // specified via CLI option
}

func NewConfig(rg string, outputDir string) (*Config, error) {
Expand Down

0 comments on commit 03fcd83

Please sign in to comment.