mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Print every changed file on new line (#12412)
This commit is contained in:
parent
5d4b1ecd3b
commit
7e2e82d956
@ -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 "================"
|
||||
|
Loading…
x
Reference in New Issue
Block a user