summaryrefslogtreecommitdiff
path: root/Annex/Ssh.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-25 13:46:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-25 13:46:31 -0400
commitc5df5fd4fa172782fee20f966b04c3793df140a1 (patch)
tree8f490e8ebb8f3d1fddd4f1427b93e507103c578c /Annex/Ssh.hs
parent65c51156f44a8e68eb8d3658894c2d5efa871f30 (diff)
refactor
Diffstat (limited to 'Annex/Ssh.hs')
-rw-r--r--Annex/Ssh.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs
index 5c6a9dcea..a97134c79 100644
--- a/Annex/Ssh.hs
+++ b/Annex/Ssh.hs
@@ -34,7 +34,7 @@ import Config
import Annex.Path
import Utility.Env
import Types.CleanupActions
-import Annex.Index (addGitEnv)
+import Git.Env
#ifndef mingw32_HOST_OS
import Annex.Perms
import Annex.LockPool