From 577060f85f6ccc126f3b6ac6e226abd454b1a30a Mon Sep 17 00:00:00 2001 From: Stephen Lowrie Date: Mon, 24 Jun 2019 10:26:06 -0500 Subject: [PATCH] cmd/plume/release: change fcos release index file name The file name for the FCOS release index has changed from `releases.json` to `release-index.json`. --- cmd/plume/release.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/plume/release.go b/cmd/plume/release.go index 845d45101..14bf109a2 100644 --- a/cmd/plume/release.go +++ b/cmd/plume/release.go @@ -499,7 +499,7 @@ func modifyReleaseMetadataIndex(spec *fcosChannelSpec, commitId string) { plog.Fatalf("creating aws client: %v", err) } - path := filepath.Join("prod", "streams", specChannel, "releases.json") + path := filepath.Join("prod", "streams", specChannel, "release-index.json") f, err := api.DownloadFile(spec.Bucket, path) if err != nil {