From 31d095aac5c6bc32e0ce8a35642455793642af92 Mon Sep 17 00:00:00 2001 From: Andrew Bays Date: Tue, 16 Apr 2019 10:23:48 -0400 Subject: [PATCH] Change fedora-coreos-29 ISO file name Change-Id: I878a1d9b8fed882ff4f5efc7c5d8d629a3f834c9 --- cmd/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/images.go b/cmd/images.go index bc74143..3bc0ed6 100644 --- a/cmd/images.go +++ b/cmd/images.go @@ -145,7 +145,7 @@ coreos-assembler buildextend-installer log.Println(stdBuffer.String()) // once the iso has been generated, extract vmlinuz/initramfs.img - isoPath := fmt.Sprintf("%s/builds/latest/fedora-coreos-29.iso", cosaPath) + isoPath := fmt.Sprintf("%s/builds/latest/fedora-coreos-29-installer.iso", cosaPath) if _, err := os.Stat(isoPath); os.IsNotExist(err) { // path/to/whatever does not exist log.Fatal("Final ISO image does not exist") -- 2.16.6