Skip to content

Commit 598465e

Browse files
authored
fix: typo (#27009)
1 parent 998cea5 commit 598465e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/migrate_storage.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func runMigrateStorage(ctx *cli.Context) error {
185185
case string(setting.LocalStorageType):
186186
p := ctx.String("path")
187187
if p == "" {
188-
log.Fatal("Path must be given when storage is loal")
188+
log.Fatal("Path must be given when storage is local")
189189
return nil
190190
}
191191
dstStorage, err = storage.NewLocalStorage(

0 commit comments

Comments
 (0)