From 2477544f111c703b7278e3b0e9777e8cf81acf1e Mon Sep 17 00:00:00 2001 From: 3AceShowHand Date: Fri, 27 Oct 2023 12:02:42 +0800 Subject: [PATCH] fix make fmt. --- pkg/redo/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/redo/config.go b/pkg/redo/config.go index fc4b6203a47..82c2e6f3457 100644 --- a/pkg/redo/config.go +++ b/pkg/redo/config.go @@ -214,7 +214,7 @@ func ValidateStorage(uri *url.URL) error { _, err := initExternalStorageForTest(ctx, *uri) return err } - + err := os.MkdirAll(uri.Path, DefaultDirMode) if err != nil { return errors.WrapError(errors.ErrStorageInitialize, errors.Annotate(err,