From 52e55a040a29b03bc91482b03882cbf30f21330f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Sep 2017 14:26:03 -0400 Subject: export --fast sets up but does not populate export sync --content finishes --- Command/Export.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Command') diff --git a/Command/Export.hs b/Command/Export.hs index 0afcc3af1..f2bbcaf01 100644 --- a/Command/Export.hs +++ b/Command/Export.hs @@ -82,7 +82,8 @@ seek o = do db <- openDb (uuid r) ea <- exportActions r changeExport r ea db new - void $ fillExport r ea db new + unlessM (Annex.getState Annex.fast) $ + void $ fillExport r ea db new closeDb db -- | Changes what's exported to the remote. Does not upload any new -- cgit v1.2.3