Remove trailing slash from update url to fix greenboot MOTD

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2023-06-06 17:09:11 -04:00
commit 9daf760bbc

View file

@ -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",