builder: add missing doc comment
Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
c062238ea4
commit
f056df579a
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,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
|
||||
|
|
Loading…
Reference in a new issue