mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Fix missing newlines at end of files
This commit is contained in:
parent
6c7ebf8adb
commit
33520491f3
|
@ -4,7 +4,7 @@
|
|||
# sh automation_tools/update_sha.sh
|
||||
|
||||
rd_manifest=${GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml
|
||||
sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.txt
|
||||
sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.cfg
|
||||
|
||||
echo "Manifest location: $rd_manifest"
|
||||
echo "Hash update list location: $sha_update_list"
|
||||
|
|
Loading…
Reference in a new issue