Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 2f25e5b

Browse files
committed
Fix lint
1 parent 308b237 commit 2f25e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/go-git/go-git/v5/plumbing"
1515
)
1616

17-
// GitCommand is the path to the git binary, overridden in tests to check behavior when git is not installed
17+
// GitCommand is the path to the git binary, overridden in tests to check behavior when git is not installed.
1818
var GitCommand = "git"
1919

2020
func Clone(ctx context.Context, gitRepo string, gitCommit string, targetDir string) error {

0 commit comments

Comments
 (0)