We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998cea5 commit 598465eCopy full SHA for 598465e
cmd/migrate_storage.go
@@ -185,7 +185,7 @@ func runMigrateStorage(ctx *cli.Context) error {
185
case string(setting.LocalStorageType):
186
p := ctx.String("path")
187
if p == "" {
188
- log.Fatal("Path must be given when storage is loal")
+ log.Fatal("Path must be given when storage is local")
189
return nil
190
}
191
dstStorage, err = storage.NewLocalStorage(
0 commit comments