summaryrefslogtreecommitdiff
path: root/Remote/Special.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Special.hs')
-rw-r--r--Remote/Special.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Special.hs b/Remote/Special.hs
index 9a00dbd82..d6f362ce3 100644
--- a/Remote/Special.hs
+++ b/Remote/Special.hs
@@ -38,7 +38,7 @@ gitConfigSpecialRemote u c k v = do
g <- Annex.gitRepo
liftIO $ do
Git.run g "config" [Param (configsetting $ "annex-"++k), Param v]
- Git.run g "config" [Param (configsetting $ "annex-uuid"), Param u]
+ Git.run g "config" [Param (configsetting "annex-uuid"), Param u]
where
remotename = fromJust (M.lookup "name" c)
configsetting s = "remote." ++ remotename ++ "." ++ s