From bf6190841e8b6cd3a216bc056e5b71c73e18c410 Mon Sep 17 00:00:00 2001 From: Eric Billingsley Date: Fri, 8 Jun 2018 15:19:12 -0700 Subject: plumbing/transport: http, Adds token authentication support [Fixes #858] Signed-off-by: Eric Billingsley --- _examples/branch/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_examples') diff --git a/_examples/branch/main.go b/_examples/branch/main.go index fa1ad01..ff33ead 100644 --- a/_examples/branch/main.go +++ b/_examples/branch/main.go @@ -28,7 +28,7 @@ func main() { // Create a new plumbing.HashReference object with the name of the branch // and the hash from the HEAD. The reference name should be a full reference - // name and now a abbreviated one, as is used on the git cli. + // name and not an abbreviated one, as is used on the git cli. // // For tags we should use `refs/tags/%s` instead of `refs/heads/%s` used // for branches. -- cgit