mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Print every changed file on new line (#12412)
This commit is contained in:
@ -8,7 +8,7 @@ if [ "$1" = "--changed" ]; then
|
||||
echo "================================================="
|
||||
echo "FILES CHANGED (git diff upstream/dev --name-only)"
|
||||
echo "================================================="
|
||||
echo $files
|
||||
printf "%s\n" $files
|
||||
echo "================"
|
||||
echo "LINT with flake8"
|
||||
echo "================"
|
||||
|
Reference in New Issue
Block a user