fix typo
This commit is contained in:
parent
745bc5c547
commit
5c35b3d579
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ overLocationLogs' iv discarder keyaction = do
|
||||||
|
|
||||||
Annex.Branch.overBranchFileContents getk (go iv) >>= \case
|
Annex.Branch.overBranchFileContents getk (go iv) >>= \case
|
||||||
Just r -> return r
|
Just r -> return r
|
||||||
Nothing -> giveup "This repository is read-only, and there are unmerged git-annex branches, which prevents operating on allu keys. (Set annex.merge-annex-branches to false to ignore the unmerged git-annex branches.)"
|
Nothing -> giveup "This repository is read-only, and there are unmerged git-annex branches, which prevents operating on all keys. (Set annex.merge-annex-branches to false to ignore the unmerged git-annex branches.)"
|
||||||
|
|
||||||
-- Cannot import Logs.Cluster due to a cycle.
|
-- Cannot import Logs.Cluster due to a cycle.
|
||||||
-- Annex.clusters gets populated when starting up git-annex.
|
-- Annex.clusters gets populated when starting up git-annex.
|
||||||
|
|
Loading…
Reference in a new issue