Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Jun 13, 2023
1 parent cba1f6b commit a59fe85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/log/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (l *GoitLogger) WriteBranch(r *record, branchName string) error {
}
}

// write HEAD log
// write branch log
branchPath := filepath.Join(logsRefsPath, "heads", branchName)
f, err := os.OpenFile(branchPath, os.O_WRONLY|os.O_CREATE|os.O_APPEND, 0666)
if err != nil {
Expand Down

0 comments on commit a59fe85

Please sign in to comment.