sync, assistant: Pull and push from git-lfs remotes.

Oversight, forgot to add it to gitSyncableRemote
This commit is contained in:
Joey Hess 2019-11-18 16:13:21 -04:00
parent 5877de5e80
commit b207d944f3
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 8 additions and 4 deletions

View file

@ -128,4 +128,8 @@ updateRemote remote = do
{- Checks if a remote is syncable using git. -}
gitSyncableRemote :: Remote -> Bool
gitSyncableRemote r = remotetype r `elem`
[ Remote.Git.remote, Remote.GCrypt.remote, Remote.P2P.remote ]
[ Remote.Git.remote
, Remote.GCrypt.remote
, Remote.P2P.remote
, Remote.GitLFS.remote
]