aboutsummaryrefslogtreecommitdiffstats
path: root/examples/remotes/main.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-08-22 00:30:50 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-08-22 00:30:50 +0200
commit5b13c1a2e55cb442484d9c7b45389f422b110eec (patch)
tree9be0949cb354dfd6521aa84f4af9e5777c3a1cef /examples/remotes/main.go
parentf42d82364c5d159f65a48e720433ad2bc97f0b7f (diff)
downloadgo-git-5b13c1a2e55cb442484d9c7b45389f422b110eec.tar.gz
options renamed and some text fixes
Diffstat (limited to 'examples/remotes/main.go')
-rw-r--r--examples/remotes/main.go2
1 files changed, 1 insertions, 1 deletions
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",
})