From ba89e8240157582c4737f25a3ad0dac62b71644c Mon Sep 17 00:00:00 2001 From: Jan Wielemaker Date: Wed, 6 Sep 2023 10:09:59 +0200 Subject: [PATCH] Fixed predicate options declaration. --- library/git.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/git.pl b/library/git.pl index 0c51ddeeb7..82c9d4c729 100644 --- a/library/git.pl +++ b/library/git.pl @@ -101,7 +101,8 @@ ]). :- predicate_options(git_hash/2, 2, [ commit(atom), - directory(atom) + directory(atom), + pass_to(git_process_output/3, 3) ]). :- predicate_options(git_ls_tree/2, 2, [ commit(atom),