From a8f68de7f23ddbecc2d5e0a767b79bc489d63cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Wed, 27 Apr 2022 21:08:36 +0200 Subject: [PATCH] Fixed typo in main.zip URL --- .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 ab8598bd7..0de2c8bef 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -599,7 +599,7 @@ install_cheats() { install_cheats_backup() { local TARGET_DIR="${1}" - curl --silent --show-error --fail --location -o "/tmp/old_main.zip" "ttps://github.com/MiSTer-devel/Distribution_MiSTer/archive/refs/heads/main.zip" + curl --silent --show-error --fail --location -o "/tmp/old_main.zip" "https://github.com/MiSTer-devel/Distribution_MiSTer/archive/refs/heads/main.zip" unzip -q -o "/tmp/old_main.zip" -d "/tmp/" cp -r "/tmp/Distribution_MiSTer-main/Cheats/" "${TARGET_DIR}/Cheats/" }