Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
tschettervictor committed Dec 21, 2024
1 parent 99830d2 commit c7f744f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ templates_update() {
_updated_templates=0
if [ -d ${bastille_templatesdir} ]; then
# shellcheck disable=SC2045
for _template_path in "$(ls -d ${bastille_templatesdir}/*/*)"; do
for _template_path in $(ls -d ${bastille_templatesdir}/*/*); do
if [ -d $_template_path/.git ]; then
BASTILLE_TEMPLATE=$(echo "$_template_path" | awk -F / '{ print $(NF-1) "/" $NF }')
template_update
Expand Down

0 comments on commit c7f744f

Please sign in to comment.