Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

cmd/plume/release: change fcos release index file name #1013

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/plume/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down