Skip to content

Commit

Permalink
builder: add missing doc comment
Browse files Browse the repository at this point in the history
Signed-off-by: Cory Snider <csnider@mirantis.com>
  • Loading branch information
corhere committed Oct 20, 2022
1 parent 05e25f7 commit 5b5b5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/remotecontext/git/gitutils.go
Expand Up @@ -21,6 +21,7 @@ type gitRepo struct {
isolateConfig bool
}

// CloneOption changes the behaviour of Clone().
type CloneOption func(*gitRepo)

// WithIsolatedConfig disables reading the user or system gitconfig files when
Expand Down

0 comments on commit 5b5b5c6

Please sign in to comment.