builder: add missing doc comment

Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
Cory Snider
2022-10-20 16:47:18 -04:00
parent 212213e81e
commit 5c21ec520e
@@ -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