From a775730db3d93305f154ef99cd65598739fedb45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Sat, 5 Feb 2022 13:58:52 +0100 Subject: [PATCH] Fixed typo --- .github/update_distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index 9ca61fb08..9fe907d22 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -220,7 +220,7 @@ install_console_core() { copy_file "${TMP_FOLDER}/releases/${LAST_RELEASE_FILE}" "${TARGET_DIR}/_Console/${LAST_RELEASE_FILE}" done - for folder in $(game_folders "${TMP_FOLDER}") ; dod + for folder in $(game_folders "${TMP_FOLDER}") ; do for readme in $(ls "${TMP_FOLDER}" | grep -i "readme.") ; do copy_file "${TMP_FOLDER}/${readme}" "${TARGET_DIR}/games/${folder}/${readme}" done