Browse Source

#2646 fix panic on pushing repositor

for-closed-social
Unknwon 8 years ago
parent
commit
ccc94dd11c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      cmd/update.go

+ 2
- 2
cmd/update.go View File

@ -29,13 +29,13 @@ func runUpdate(c *cli.Context) {
setting.CustomConf = c.String("config")
}
setup("update.log")
if len(os.Getenv("SSH_ORIGINAL_COMMAND")) == 0 {
log.GitLogger.Trace("SSH_ORIGINAL_COMMAND is empty")
return
}
setup("update.log")
args := c.Args()
if len(args) != 3 {
log.GitLogger.Fatal(2, "Arguments received are not equal to three")

Loading…
Cancel
Save