]> source.dussan.org Git - gitea.git/commitdiff
fix: typo (#27009)
authorMomentQYC <62551256+MomentQYC@users.noreply.github.com>
Mon, 11 Sep 2023 09:30:18 +0000 (17:30 +0800)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 09:30:18 +0000 (09:30 +0000)
cmd/migrate_storage.go

index 7f94e11ea9393264bbcb6792a3fab6c65b390d3b..acc3ba16bab0ed4ca18988e38c2c63e0eb1ee43c 100644 (file)
@@ -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(