From 9daf760bbcb4314c520754fc8e5db5dff51fcb35 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Jun 06 2023 21:09:11 +0000 Subject: Remove trailing slash from update url to fix greenboot MOTD Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 6c88f25..5e58483 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -287,7 +287,7 @@ ostree_installer = [ "ostree-based-installer/lorax-embed-repo.tmpl"], "add_template_var": [ "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/iot/repo/", - "ostree_update_repo=https://ostree.fedoraproject.org/iot/", + "ostree_update_repo=https://ostree.fedoraproject.org/iot", "ostree_osname=fedora-iot", "ostree_oskey=fedora-39-primary", "ostree_contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist", @@ -308,7 +308,7 @@ ostree_installer = [ "ostree-based-installer/lorax-embed-repo.tmpl"], "add_template_var": [ "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/iot/repo/", - "ostree_update_repo=https://ostree.fedoraproject.org/iot/", + "ostree_update_repo=https://ostree.fedoraproject.org/iot", "ostree_osname=fedora-iot", "ostree_oskey=fedora-39-primary", "ostree_contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist",