Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1208 from sirodoht/fix-example-pull
Browse files Browse the repository at this point in the history
Fix typo on pull example
  • Loading branch information
mcuadros authored Aug 11, 2019
2 parents 2661d86 + e79f533 commit 9feb9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/pull/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
CheckArgs("<path>")
path := os.Args[1]

// We instance\iate a new repository targeting the given path (the .git folder)
// We instantiate a new repository targeting the given path (the .git folder)
r, err := git.PlainOpen(path)
CheckIfError(err)

Expand Down

0 comments on commit 9feb9fe

Please sign in to comment.