summaryrefslogtreecommitdiff
path: root/Remote/S3real.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-30 14:32:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-30 14:32:08 -0400
commit8b6ef15835087c2b266df624bb24f5e30154dddb (patch)
treebc6e190157b63de710b69cc3f1a95cdeaeaa9579 /Remote/S3real.hs
parentf379169d7adb8e10a2f442fab63979a9817b16f6 (diff)
allow directory remotes to be in different locations
Two machines might have access to the same directory remote on different paths, so don't include the path in its persistent config, instead use the git config to record it.
Diffstat (limited to 'Remote/S3real.hs')
-rw-r--r--Remote/S3real.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/S3real.hs b/Remote/S3real.hs
index 4380231fd..0827c4fbf 100644
--- a/Remote/S3real.hs
+++ b/Remote/S3real.hs
@@ -88,7 +88,7 @@ s3Setup u c = do
Right _ -> return ()
Left err -> error $ prettyReqError err
- gitConfigSpecialRemote "s3" u fullconfig
+ gitConfigSpecialRemote u fullconfig "s3" "true"
return fullconfig
where
remotename = fromJust (M.lookup "name" c)