Skip to main content

Make this logging consistent with my other scripts

ID
9cc69a3
date
2025-04-23 07:44:31+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
2d30149
message
Make this logging consistent with my other scripts
changed files
1 file, 2 additions, 2 deletions

Changed files

python/pyfmt (851) → python/pyfmt (857)

diff --git a/python/pyfmt b/python/pyfmt
index 80e9e41..d465f7d 100755
--- a/python/pyfmt
+++ b/python/pyfmt
@@ -36,10 +36,10 @@ else
 fi
 
 
-print_info "ruff check"
+print_info "-> ruff check"
 bash -c "$RUFF check $ROOT"
 
 echo ""
 
-print_info "ruff format"
+print_info "-> ruff format"
 bash -c "$RUFF format $ROOT"