Skip to content

Commit 5bd6beb

Browse files
snippet: remove : from deps-git-url
1 parent c6b4054 commit 5bd6beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
:detail "Git URL dependency"
9999
:snippet
100100
"${1:domain/library-name}
101-
{:git/url \"https://github.com/$1:\"
101+
{:git/url \"https://github.com/$1\"
102102
:git/sha \"${2:git-sha-value}\"}$0"}
103103

104104
{:name "deps-local"

0 commit comments

Comments
 (0)