mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	fix: typo (#27009)
This commit is contained in:
		@@ -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(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user