Clean up the git template name by removing .git from the end - this looks weird in the filesystem
This commit is contained in:
@@ -425,7 +425,7 @@ bootstrap_template() {
|
|||||||
## define basic variables
|
## define basic variables
|
||||||
_url=${BASTILLE_TEMPLATE_URL}
|
_url=${BASTILLE_TEMPLATE_URL}
|
||||||
_user=${BASTILLE_TEMPLATE_USER}
|
_user=${BASTILLE_TEMPLATE_USER}
|
||||||
_repo=${BASTILLE_TEMPLATE_REPO}
|
_repo=${BASTILLE_TEMPLATE_REPO%.*} # Remove the trailing ".git"
|
||||||
_template=${bastille_templatesdir}/${_user}/${_repo}
|
_template=${bastille_templatesdir}/${_user}/${_repo}
|
||||||
|
|
||||||
## support for non-git
|
## support for non-git
|
||||||
|
|||||||
Reference in New Issue
Block a user