branch: externals/srht commit c17c1d74c238abbec6135611c036c783f6aaa60f Author: Aleksandr Vityazev <avitya...@posteo.org> Commit: Aleksandr Vityazev <avitya...@posteo.org>
srht-git: srht-git-repo-create0: Fix. * lisp/srht-git (srht-git-repo-create0): Fix grpahql arguments. --- lisp/srht-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/srht-git.el b/lisp/srht-git.el index 4f591292fd..9fdf297ab4 100644 --- a/lisp/srht-git.el +++ b/lisp/srht-git.el @@ -193,7 +193,7 @@ Set VISIBILITY and DESCRIPTION." :arguments (:name ,name :visibility ,visibility :description ,description - :cloneurl ,cloneurl) + :cloneUrl ,cloneurl) :fields (id))) (lambda (_r) (let* ((username (string-trim-left srht-username "~"))