fix name of annex-tracking-branch config

This commit is contained in:
Joey Hess 2019-03-11 13:56:59 -04:00
parent e1fdc8b374
commit 8ae0db925b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 2 deletions

View file

@ -753,7 +753,7 @@ seekExportContent o rs (currbranch, _) = or <$> forM rs go
]
_ -> noop
where
gitconfig = show (remoteConfig r "annex-tracking-branch")
gitconfig = show (remoteConfig r "tracking-branch")
fillexport _ _ [] _ = return False
fillexport r db (t:[]) mtbcommitsha = Command.Export.fillExport r db t mtbcommitsha