From 1086528ab7e7809239d671aaa87ca6c712041395 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 3 Apr 2017 21:42:41 +0200 Subject: [PATCH] sftp: Fix errors import --- src/restic/backend/sftp/split.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/restic/backend/sftp/split.go b/src/restic/backend/sftp/split.go index b01fb3a93..9f5174a82 100644 --- a/src/restic/backend/sftp/split.go +++ b/src/restic/backend/sftp/split.go @@ -1,7 +1,7 @@ package sftp import ( - "errors" + "restic/errors" "unicode" )