summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorMartin Hartkorn <github@hartkorn.net>2016-02-04 19:00:42 +0100
committerMartin Hartkorn <github@hartkorn.net>2016-02-04 19:00:42 +0100
commitd91004ee711c1db77ec3d5fd3aa823aab8c494f6 (patch)
treee4a5af4b22374b90fc68ec71be85bd7669b55c8e /gogs.go
parent20403f75fbf043747eb0c9e571a8ff7c4594ad2a (diff)
downloadgitea-d91004ee711c1db77ec3d5fd3aa823aab8c494f6.tar.gz
gitea-d91004ee711c1db77ec3d5fd3aa823aab8c494f6.zip
Removed dependency on post-receive hook and use TriggerTask instead
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)