From 598465eb43e2c85f9e50934cc9b6b742a99e7d46 Mon Sep 17 00:00:00 2001 From: MomentQYC <62551256+MomentQYC@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:30:18 +0800 Subject: [PATCH] fix: typo (#27009) --- cmd/migrate_storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/migrate_storage.go b/cmd/migrate_storage.go index 7f94e11ea9..acc3ba16ba 100644 --- a/cmd/migrate_storage.go +++ b/cmd/migrate_storage.go @@ -185,7 +185,7 @@ func runMigrateStorage(ctx *cli.Context) error { case string(setting.LocalStorageType): p := ctx.String("path") if p == "" { - log.Fatal("Path must be given when storage is loal") + log.Fatal("Path must be given when storage is local") return nil } dstStorage, err = storage.NewLocalStorage(