Skip to content

Commit

Permalink
Fixed predicate options declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Sep 6, 2023
1 parent fb7f860 commit ba89e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/git.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit ba89e82

Please sign in to comment.