export --fast sets up but does not populate export

sync --content finishes
This commit is contained in:
Joey Hess 2017-09-19 14:26:03 -04:00
parent 2e69efea8d
commit a6c0ed6698
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 8 additions and 1 deletions

View file

@ -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