summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 66fc90554c..01bf158290 100644
--- a/gogs.go
+++ b/gogs.go
@@ -35,7 +35,6 @@ func main() {
cmd.CmdUpdate,
cmd.CmdDump,
cmd.CmdCert,
- cmd.CmdPull,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)