Fix type.
This commit is contained in:
parent
aac69d9412
commit
aeb7ec1d6e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
(get-process-output-lines
|
(get-process-output-lines
|
||||||
(sprintf "git -C \"~A\" log -p -- \"~A\""
|
(sprintf "git -C \"~A\" log -p -- \"~A\""
|
||||||
(string-translate* (*members-directory*)
|
(string-translate* (*members-directory*)
|
||||||
'(("\"" "\\\"")))
|
'(("\"" . "\\\"")))
|
||||||
(member-file-name mr)
|
(member-file-name mr)
|
||||||
))))
|
))))
|
||||||
(when (not (null? lines))
|
(when (not (null? lines))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue