From 5b13c1a2e55cb442484d9c7b45389f422b110eec Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Mon, 22 Aug 2016 00:30:50 +0200 Subject: options renamed and some text fixes --- examples/remotes/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/remotes/main.go') diff --git a/examples/remotes/main.go b/examples/remotes/main.go index 488986a..88662cd 100644 --- a/examples/remotes/main.go +++ b/examples/remotes/main.go @@ -37,7 +37,7 @@ func main() { // > git pull example color.Blue("git pull example") - r.Pull(&git.RepositoryPullOptions{ + r.Pull(&git.PullOptions{ RemoteName: "example", }) -- cgit