summaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
Diffstat (limited to 'Remote')
-rw-r--r--Remote/Git.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index 5b9d5d3df..c8290c9a7 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -17,7 +17,6 @@ import Types
import Types.Remote
import qualified GitRepo as Git
import qualified Annex
-import qualified AnnexQueue
import Locations
import UUID
import Utility
@@ -147,7 +146,7 @@ copyToRemote r key
Annex.eval a $ do
ok <- Content.getViaTmp key $
rsyncOrCopyFile r keysrc
- AnnexQueue.flush True
+ Content.saveState
return ok
| Git.repoIsSsh r = do
g <- Annex.gitRepo