diff options
author | Thomas Boerger <thomas@webhippie.de> | 2016-11-04 12:42:18 +0100 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2016-11-04 23:45:06 +0100 |
commit | 5b5af7daeeab40c570eabb7fe3b95c207856ea8a (patch) | |
tree | a12f6060061349478f98357be63f928ca10957d8 /cmd/dump.go | |
parent | 212a04a45ec0b4899138a0ae4a14d859bda899e4 (diff) | |
download | gitea-5b5af7daeeab40c570eabb7fe3b95c207856ea8a.tar.gz gitea-5b5af7daeeab40c570eabb7fe3b95c207856ea8a.zip |
Made linter happy in cmd folder
Diffstat (limited to 'cmd/dump.go')
-rw-r--r-- | cmd/dump.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dump.go b/cmd/dump.go index 1e03ef74f0..8af76e2fc7 100644 --- a/cmd/dump.go +++ b/cmd/dump.go @@ -20,6 +20,7 @@ import ( "github.com/go-gitea/gitea/modules/setting" ) +// CmdDump represents the available dump sub-command. var CmdDump = cli.Command{ Name: "dump", Usage: "Dump Gogs files and database", |