diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-02 10:57:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-02 10:57:51 -0400 |
commit | 760e028dca493364b2d8277447b91592b99415a3 (patch) | |
tree | bf608595eda7fc07c9269b336f29bfc99b303730 /Command/Map.hs | |
parent | 74f0d67aa3988a71f3a53b88de4344272d924b95 (diff) |
pass associatedfile and remoteuuid to git-annex-shell
This *almost* works.
Along the way, I noticed that the --uuid parameter was being accidentially
passed after the --, so that has never been actually used by
git-annex-shell to verify it's running in the expected repository. Oops. Fixed.
Diffstat (limited to 'Command/Map.hs')
-rw-r--r-- | Command/Map.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Map.hs b/Command/Map.hs index 86e9609a7..65e28945f 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -203,7 +203,7 @@ tryScan r Git.Config.hRead r configlist = - onRemote r (pipedconfig, Nothing) "configlist" [] + onRemote r (pipedconfig, Nothing) "configlist" [] [] manualconfiglist = do sshparams <- sshToRepo r [Param sshcmd] liftIO $ pipedconfig "ssh" sshparams |