projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556f44d
)
add field desc
author
Joey Hess
<joeyh@joeyh.name>
Mon, 24 Feb 2025 20:39:55 +0000
(16:39 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 24 Feb 2025 20:41:02 +0000
(16:41 -0400)
Remote/Compute.hs
patch
|
blob
|
history
diff --git
a/Remote/Compute.hs
b/Remote/Compute.hs
index 2142c96e48fb37c61cda000009569c51f75e7298..08b7f385d455f980c65430ecbd5552d641f65ea4 100644
(file)
--- a/
Remote/Compute.hs
+++ b/
Remote/Compute.hs
@@
-118,7
+118,7
@@
computeConfigParser _ = return $ RemoteConfigParser
-- to the input params.
, remoteConfigRestPassthrough = Just
( const True
- , []
+ , [
("*", FieldDesc "all other parameters are passed to compute program")
]
)
}