Skip to content

Commit

Permalink
examples: remote fix typo (go-git#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
nep-0 authored and gibchikafa committed Nov 23, 2022
1 parent b027a5e commit bfdd5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/remotes/main.go
Expand Up @@ -33,7 +33,7 @@ func main() {
CheckIfError(err)

// List remotes from a repository
Info("git remotes -v")
Info("git remote -v")

list, err := r.Remotes()
CheckIfError(err)
Expand Down

0 comments on commit bfdd5e3

Please sign in to comment.