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

Commit

Permalink
Merge pull request #1020 from bgilbert/bikeshed
Browse files Browse the repository at this point in the history
cmd/plume: expand note in release metadata index
  • Loading branch information
bgilbert authored Jul 9, 2019
2 parents bb257e7 + 40077fc commit aa75794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plume/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ func modifyReleaseMetadataIndex(spec *fcosChannelSpec, commitId string) {
m.Releases = append(m.Releases, newRel)

m.Metadata.LastModified = time.Now().UTC().Format("2006-01-02T15:04:05Z")
m.Note = "not for general usage"
m.Note = "For use only by Fedora CoreOS internal tooling. All other applications should obtain release info from stream metadata endpoints."

out, err := json.Marshal(m)
if err != nil {
Expand Down

0 comments on commit aa75794

Please sign in to comment.