diff options
Diffstat (limited to 'cmd/update.go')
-rw-r--r-- | cmd/update.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/update.go b/cmd/update.go index 450d18a08a..ef494121e9 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -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", |