summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtsp/scripts/download_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsp/scripts/download_all.py b/tsp/scripts/download_all.py
index e640a91..05b1254 100755
--- a/tsp/scripts/download_all.py
+++ b/tsp/scripts/download_all.py
@@ -223,7 +223,7 @@ class Downloader(threading.Thread):
def check_md5(self, md5sum_url):
logging.debug("Checking md5sum")
- md5_file = "md5sums"
+ md5_file = "MD5SUMS"
md5_path = self.name + "/" + md5_file
subprocess.call(["wget", md5sum_url, "-qO", md5_path])
subprocess.call(["sed", "-e", "/\(ks\|json\|log\|xml\|-default\|packages\)/d", "-i", md5_path])