Fix regexp in fixup.sh

This commit is contained in:
2026-01-24 16:39:13 -06:00
parent 8704c4a8d5
commit e30bf5d96d

View File

@@ -10,7 +10,7 @@ cd "$DIR"
# uv run ruff format .
shell_scripts="$(fd .sh | xargs)"
shell_scripts="$(fd '.sh$' | xargs)"
shfmt -i 4 -w "$DIR/cmd" "$DIR"/framework/cmd.d/* "$DIR"/framework/shims/* "$DIR"/master/master "$DIR"/logger/logger
# "$shell_scripts"
for ss in $shell_scripts; do