Skip to content

Commit 660b721

Browse files
committed
Use ssh for cruft updates
1 parent ea63411 commit 660b721

File tree

2 files changed

+2
-2
lines changed

2 files 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": "https://github.com/CybercentreCanada/assemblyline-service-template.git",
2+
"template": "git@github.com:CybercentreCanada/assemblyline-service-template.git",
33
"commit": "99becf8ed2990a4063a5bb1f8ce878824a5a1a7b",
44
"checkout": null,
55
"context": {
@@ -16,7 +16,7 @@
1616
"org_name_full": "CybercentreCanada",
1717
"org_name_short": "cccs",
1818
"license": "mit",
19-
"_template": "https://github.com/CybercentreCanada/assemblyline-service-template.git"
19+
"_template": "git@github.com:CybercentreCanada/assemblyline-service-template.git"
2020
}
2121
},
2222
"directory": null

0 commit comments

Comments
 (0)