mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Made linter happy in cmd folder
This commit is contained in:
		@@ -14,6 +14,7 @@ import (
 | 
			
		||||
	"github.com/go-gitea/gitea/modules/setting"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// CmdUpdate represents the available update sub-command.
 | 
			
		||||
var CmdUpdate = cli.Command{
 | 
			
		||||
	Name:        "update",
 | 
			
		||||
	Usage:       "This command should only be called by Git hook",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user