Skip to content

Commit 432da6a

Browse files
authored
Merge pull request #85 from smkent/reference-self-current-dir
Reference own template via current directory instead of URL
2 parents 8ea43c8 + 3368613 commit 432da6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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/smkent/cookie-python",
2+
"template": ".",
33
"commit": "757202d63c5e720d55fbd434d89ab8f45cd0c6bb",
44
"context": {
55
"cookiecutter": {
@@ -13,7 +13,7 @@
1313
"author_name": "Stephen Kent",
1414
"author_email": "smkent@smkent.net",
1515
"github_user": "smkent",
16-
"_template": "https://github.com/smkent/cookie-python"
16+
"_template": "."
1717
}
1818
},
1919
"directory": null,

0 commit comments

Comments
 (0)