typo fix
This commit is contained in:
parent
4bb5b7c519
commit
631a3ca05d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{- External special remote interface.
|
{- External special remote interface.
|
||||||
-
|
-
|
||||||
- Copyright 2013-2022 Joey Hess <id@joeyh.name>
|
- Copyright 2013-2024 Joey Hess <id@joeyh.name>
|
||||||
-
|
-
|
||||||
- Licensed under the GNU AGPL version 3 or higher.
|
- Licensed under the GNU AGPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
@ -666,7 +666,7 @@ startExternal' external = do
|
||||||
(Just rname, Just True) -> unusable $ unlines
|
(Just rname, Just True) -> unusable $ unlines
|
||||||
[ err
|
[ err
|
||||||
, "This remote has annex-readonly=true, and previous versions of"
|
, "This remote has annex-readonly=true, and previous versions of"
|
||||||
, "git-annex would tried to download from it without"
|
, "git-annex would try to download from it without"
|
||||||
, "installing " ++ basecmd ++ ". If you want that, you need to set:"
|
, "installing " ++ basecmd ++ ". If you want that, you need to set:"
|
||||||
, "git config remote." ++ rname ++ ".annex-externaltype readonly"
|
, "git config remote." ++ rname ++ ".annex-externaltype readonly"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue