We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4965c commit 08543f5Copy full SHA for 08543f5
lib/chibi/snow/commands.scm
@@ -715,7 +715,7 @@
715
(dir (path-directory repo-path))
716
(fix-git-url
717
(lambda (cfg url-pair)
718
- (let* ((use-ssh-url? (conf-get cfg '(command git-index use-ssh-url)))
+ (let* ((use-ssh-url? (conf-get cfg '(command git-index use-ssh-url?)))
719
(url (cadr url-pair)))
720
`(url ,(cond
721
((and (string-prefix? "git@" url) use-ssh-url?) url)
tools/snow-chibi.scm
@@ -159,7 +159,7 @@
159
(define index-spec
160
'())
161
(define git-index-spec
162
- '(use-ssh-url boolean))
+ '(use-ssh-url? boolean))
163
(define update-spec
164
165
(define implementations-spec
0 commit comments