Browse Source

bug fixed #261

pull/267/head
Lunny Xiao 11 years ago
parent
commit
54e17c7cca
  1. 2
      models/update.go

2
models/update.go

@ -100,7 +100,7 @@ func Update(refName, oldCommitId, newCommitId, userName, repoUserName, repoName
repos.Id, repoUserName, repoName, refName, commit); err != nil { repos.Id, repoUserName, repoName, refName, commit); err != nil {
log.GitLogger.Fatal("runUpdate.models.CommitRepoAction: %s/%s:%v", repoUserName, repoName, err) log.GitLogger.Fatal("runUpdate.models.CommitRepoAction: %s/%s:%v", repoUserName, repoName, err)
} }
return return err
} }
// if commits push // if commits push

Loading…
Cancel
Save