mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Fix incorrect file name
This commit is contained in:
parent
9b0e857557
commit
1bdb4c6674
|
@ -4,7 +4,7 @@
|
||||||
# sh automation_tools/update_sha.sh
|
# sh automation_tools/update_sha.sh
|
||||||
|
|
||||||
rd_manifest=${GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml
|
rd_manifest=${GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml
|
||||||
sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_to_update.cfg
|
sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.cfg
|
||||||
|
|
||||||
while IFS="^" read -r url placeholder
|
while IFS="^" read -r url placeholder
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue