Skip to content

Commit

Permalink
feat: allow overriding template path
Browse files Browse the repository at this point in the history
  • Loading branch information
rochecompaan committed Dec 26, 2023
1 parent 21d5839 commit d10e46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ docker run --rm -it -v .:/home/scaf/out \
-e HOST_UID="$(id -u)" \
-e HOST_GID="$(id -g)" \
scaf:latest \
cookiecutter https://github.com/sixfeetup/cookiecutter-sixiedjango/
cookiecutter ${1:-https://github.com/sixfeetup/cookiecutter-sixiedjango/}

0 comments on commit d10e46a

Please sign in to comment.