From 02527809f139d76b01c516a583c4742e1de3468c Mon Sep 17 00:00:00 2001 From: Tomáš Hrčka Date: Jun 27 2023 07:05:50 +0000 Subject: Update fedora-container.conf Update typo in kickstarts URL for container config Signed-off-by: humaton --- diff --git a/fedora-container.conf b/fedora-container.conf index fb03666..4a82c87 100644 --- a/fedora-container.conf +++ b/fedora-container.conf @@ -135,7 +135,7 @@ image_volid_formats = [ ] # These will be inherited by live_media, live_images and image_build -global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f39' +global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git' global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN' global_version = '39' global_target = 'f39'