Skip to content

Commit 49e6072

Browse files
committed
Use template with https instead of ssh
1 parent bd2f669 commit 49e6072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "git@github.com:CybercentreCanada/assemblyline-service-template.git",
2+
"template": "https://github.com/CybercentreCanada/assemblyline-service-template.git",
33
"commit": "fb7207484332b978cc409dfc9b9c672335a8cc71",
44
"checkout": null,
55
"context": {
@@ -19,7 +19,7 @@
1919
"_extensions": [
2020
"local_extensions.github_maintainer.Ext"
2121
],
22-
"_template": "git@github.com:CybercentreCanada/assemblyline-service-template.git",
22+
"_template": "https://github.com/CybercentreCanada/assemblyline-service-template.git",
2323
"_commit": "fb7207484332b978cc409dfc9b9c672335a8cc71",
2424
"_github_maintainer": "gdesmar"
2525
}

0 commit comments

Comments
 (0)