summaryrefslogtreecommitdiffstats
path: root/cmd/update.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-05 00:55:17 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-05 00:55:17 -0400
commita641854cad6dddda551a2995c765e970f7cea8ba (patch)
tree9ed5c0e085ed7f31461f82a224856dc86a14a77b /cmd/update.go
parentbb0bc0a240acf745001c1cb3f0f64c8fb8ab696b (diff)
downloadgitea-a641854cad6dddda551a2995c765e970f7cea8ba.tar.gz
gitea-a641854cad6dddda551a2995c765e970f7cea8ba.zip
command dump
Diffstat (limited to 'cmd/update.go')
-rw-r--r--cmd/update.go11
1 files changed, 5 insertions, 6 deletions
diff --git a/cmd/update.go b/cmd/update.go
index d7efe87f3c..1ab08ca194 100644
--- a/cmd/update.go
+++ b/cmd/update.go
@@ -17,12 +17,11 @@ import (
)
var CmdUpdate = cli.Command{
- Name: "update",
- Usage: "This command should only be called by SSH shell",
- Description: `
-Update get pushed info and insert into database`,
- Action: runUpdate,
- Flags: []cli.Flag{},
+ Name: "update",
+ Usage: "This command should only be called by SSH shell",
+ Description: `Update get pushed info and insert into database`,
+ Action: runUpdate,
+ Flags: []cli.Flag{},
}
func newUpdateLogger(execDir string) {