mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	cmd: code fix for #905
- routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now)
This commit is contained in:
		@@ -20,7 +20,7 @@ var CmdUpdate = cli.Command{
 | 
			
		||||
	Description: `Update get pushed info and insert into database`,
 | 
			
		||||
	Action:      runUpdate,
 | 
			
		||||
	Flags: []cli.Flag{
 | 
			
		||||
		cli.StringFlag{"config, c", "custom/conf/app.ini", "Configuration file", ""},
 | 
			
		||||
		cli.StringFlag{"config, c", "custom/conf/app.ini", "Custom configuration file path", ""},
 | 
			
		||||
	},
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user