Skip to content

Commit

Permalink
update refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg <[email protected]>
  • Loading branch information
RobotSail authored and guymguym committed Aug 1, 2022
1 parent bc886dd commit 0006b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func PrepareRequest(cmd *cobra.Command, engine string) (*Request, error) {
// Load the config from file if it exists, but if it doesn't exist
// we'll just use the defaults and continue without error.
// Errors here might return if the file exists but is invalid.
conf := Config{}
conf := config.Config{}
if err := conf.Load(); err != nil {
return nil, err
}
Expand Down

0 comments on commit 0006b62

Please sign in to comment.