From 501a1c09e0a8003865f73b416a42cfeb6275c2a6 Mon Sep 17 00:00:00 2001 From: Joe Lillibridge Date: Thu, 31 Oct 2024 15:37:49 -0500 Subject: [PATCH] wip --- .config/yadm/bootstrap##template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yadm/bootstrap##template b/.config/yadm/bootstrap##template index 165ac97..dd4929f 100755 --- a/.config/yadm/bootstrap##template +++ b/.config/yadm/bootstrap##template @@ -18,7 +18,7 @@ if [[ ! -d "$BOOTSTRAP_D" ]]; then fi # This will execute all executable files (excluding templates and editor -# backups) in the {{ env.BOOTSTRAP_D }} directory when run. +# backups) in the $BOOTSTRAP_D directory when run. find -L "$BOOTSTRAP_D" -type f | sort | while IFS= read -r bootstrap; do if [[ -x "$bootstrap" && ! "$bootstrap" =~ "##" && ! "$bootstrap" =~ "~$" ]]; then