From 79ef321d54cc01a1b31d72506f3d30b9994b704e Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Nov 22 2016 14:46:06 +0000 Subject: fix atomic iso 'latest' redirect Signed-off-by: Adam Miller --- diff --git a/getfedora.org/build/atomic_vars.py b/getfedora.org/build/atomic_vars.py index 510891e..7c9f677 100755 --- a/getfedora.org/build/atomic_vars.py +++ b/getfedora.org/build/atomic_vars.py @@ -196,7 +196,7 @@ def collect(curr_atomic_id, next_atomic_id): # Special case for Atomic ISO latest redirect rule mapping because it's # not included in fedmsg data - atomic_iso_filename = "Fedora-Atomic-dvd-x86_64-{}-{}.iso".format( + atomic_iso_filename = "Fedora-Atomic-ostree-x86_64-{}-{}.iso".format( globalvar.release['curr_id'], results['release'][composedate_prefix + 'atomic_composedate'] )