diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Export.hs | 3 |
1 files changed, 2 insertions, 1 deletions
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 |