aboutsummaryrefslogtreecommitdiffstats
path: root/remote.go
diff options
context:
space:
mode:
Diffstat (limited to 'remote.go')
-rw-r--r--remote.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.go b/remote.go
index ef1c04c..47af638 100644
--- a/remote.go
+++ b/remote.go
@@ -1125,7 +1125,7 @@ func pushHashes(
allDelete bool,
) (*packp.ReportStatus, error) {
- rd, wr := io.Pipe()
+ rd, wr := ioutil.Pipe()
config, err := s.Config()
if err != nil {