Skip to content

Commit

Permalink
use existing file handler
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Feb 19, 2024
1 parent 2b0953a commit 036c6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/cmd/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func runApply(cmd *cobra.Command, _ []string) error {
}

fileHandler := file.NewHandler(afero.NewOsFs())
logger := debugFileLogger{fileHandler: file.NewHandler(afero.NewOsFs()), log: log}
logger := debugFileLogger{fileHandler: fileHandler, log: log}

newDialer := func(validator atls.Validator) *dialer.Dialer {
return dialer.New(nil, validator, &net.Dialer{})
Expand Down

0 comments on commit 036c6b9

Please sign in to comment.