summaryrefslogtreecommitdiffstats
path: root/cmd/update.go
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2016-11-04 12:42:18 +0100
committerThomas Boerger <thomas@webhippie.de>2016-11-04 23:45:06 +0100
commit5b5af7daeeab40c570eabb7fe3b95c207856ea8a (patch)
treea12f6060061349478f98357be63f928ca10957d8 /cmd/update.go
parent212a04a45ec0b4899138a0ae4a14d859bda899e4 (diff)
downloadgitea-5b5af7daeeab40c570eabb7fe3b95c207856ea8a.tar.gz
gitea-5b5af7daeeab40c570eabb7fe3b95c207856ea8a.zip
Made linter happy in cmd folder
Diffstat (limited to 'cmd/update.go')
-rw-r--r--cmd/update.go1
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",