Skip to content

Commit

Permalink
Clean up the git template name by removing .git from the end - this l…
Browse files Browse the repository at this point in the history
…ooks weird in the filesystem
  • Loading branch information
nwisemanII committed Jan 16, 2023
1 parent 9a00ae5 commit 5adc75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/bootstrap.sh
Expand Up @@ -425,7 +425,7 @@ bootstrap_template() {
## define basic variables
_url=${BASTILLE_TEMPLATE_URL}
_user=${BASTILLE_TEMPLATE_USER}
_repo=${BASTILLE_TEMPLATE_REPO}
_repo=${BASTILLE_TEMPLATE_REPO%.*} # Remove the trailing ".git"
_template=${bastille_templatesdir}/${_user}/${_repo}

## support for non-git
Expand Down

0 comments on commit 5adc75a

Please sign in to comment.