fix name of annex-tracking-branch config
This commit is contained in:
parent
e1fdc8b374
commit
8ae0db925b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue