diff options
Diffstat (limited to 'cmd/update.go')
-rw-r--r-- | cmd/update.go | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cmd/update.go b/cmd/update.go index d7efe87f..1ab08ca1 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) { |