summaryrefslogtreecommitdiffstats
path: root/cmd/admin.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/admin.go
parent212a04a45ec0b4899138a0ae4a14d859bda899e4 (diff)
downloadgitea-5b5af7daeeab40c570eabb7fe3b95c207856ea8a.tar.gz
gitea-5b5af7daeeab40c570eabb7fe3b95c207856ea8a.zip
Made linter happy in cmd folder
Diffstat (limited to 'cmd/admin.go')
-rw-r--r--cmd/admin.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/admin.go b/cmd/admin.go
index a10e0e5fe5..de77143f29 100644
--- a/cmd/admin.go
+++ b/cmd/admin.go
@@ -14,6 +14,7 @@ import (
)
var (
+ // CmdAdmin represents the available admin sub-command.
CmdAdmin = cli.Command{
Name: "admin",
Usage: "Preform admin operations on command line",