瀏覽代碼

Fixed typo (#3533)

Git convention has it capitalised.
tags/v0.9.99
LFlare 7 年之前
父節點
當前提交
3738b6399e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      models/repo.go

+ 1
- 1
models/repo.go 查看文件

@@ -877,7 +877,7 @@ func initRepoCommit(tmpPath string, sig *git.Signature) (err error) {
if _, stderr, err = process.ExecDir(-1,
tmpPath, fmt.Sprintf("initRepoCommit (git commit): %s", tmpPath),
"git", "commit", fmt.Sprintf("--author='%s <%s>'", sig.Name, sig.Email),
"-m", "initial commit"); err != nil {
"-m", "Initial commit"); err != nil {
return fmt.Errorf("git commit: %s", stderr)
}


Loading…
取消
儲存