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
|
@ -288,7 +288,7 @@ extractRemoteGitConfig r remotename = do
|
|||
, remoteAnnexCheckUUID = getbool "checkuuid" True
|
||||
, remoteAnnexVerify = getbool "verify" True
|
||||
, remoteAnnexTrackingBranch = Git.Ref <$>
|
||||
( notempty (getmaybe "annex-tracking-branch")
|
||||
( notempty (getmaybe "tracking-branch")
|
||||
<|> notempty (getmaybe "export-tracking") -- old name
|
||||
)
|
||||
, remoteAnnexTrustLevel = notempty $ getmaybe "trustlevel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue