Skip to content

Commit 2e6b237

Browse files
arschlesAaron Schlesinger
authored andcommitted
doc(git.go): add small clarification comment
1 parent 6f2ee28 commit 2e6b237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func createRepo(c cookoo.Context, repoPath, gitHome string) (bool, error) {
196196
return false, err
197197
}
198198

199-
// parse the template anew each receive for each new git home
199+
// parse & generate the template anew each receive for each new git home
200200
var hookByteBuf bytes.Buffer
201201
if err := preReceiveHookTpl.Execute(&hookByteBuf, map[string]string{"GitHome": gitHome}); err != nil {
202202
return true, err

0 commit comments

Comments
 (0)