diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2015-11-01 01:38:35 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2015-11-01 01:38:35 +0100 |
commit | 6badbeb07eb5cc0b1be201f5d8cc8193e30bcf54 (patch) | |
tree | 73f18bf34ef70fd747c90a70fe1835dd39094af2 /remote.go | |
parent | c6349552c1c54ea114b92ae23fc840f68f6551f4 (diff) | |
download | go-git-6badbeb07eb5cc0b1be201f5d8cc8193e30bcf54.tar.gz |
clients: capabilities improvement
Diffstat (limited to 'remote.go')
-rw-r--r-- | remote.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ func (r *Remote) Connect() error { } // Capabilities returns the remote capabilities -func (r *Remote) Capabilities() common.Capabilities { +func (r *Remote) Capabilities() *common.Capabilities { return r.upInfo.Capabilities } |