aboutsummaryrefslogtreecommitdiffstats
path: root/examples/basic/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basic/main.go')
-rw-r--r--examples/basic/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/main.go b/examples/basic/main.go
index 4c65a70..e192cef 100644
--- a/examples/basic/main.go
+++ b/examples/basic/main.go
@@ -16,7 +16,7 @@ func main() {
// > git clone https://github.com/git-fixtures/basic.git
color.Blue("git clone https://github.com/git-fixtures/basic.git")
- r.Clone(&git.RepositoryCloneOptions{
+ r.Clone(&git.CloneOptions{
URL: "https://github.com/git-fixtures/basic.git",
})