Skip to content

Commit

Permalink
packet: timeline message clarified
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubblemelon committed Jun 28, 2018
1 parent ed97ed5 commit 9e76179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/providers/packet/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func FetchStatus(f resource.Fetcher, s string) error {
// Place message into report struct
if s != "Valid Ignition Config" {
m := Message{
Message: s,
Message: "Ignition: " + s,
}
// Marshall Message
messageJSON, err := json.Marshal(m)
Expand All @@ -122,7 +122,7 @@ func FetchStatus(f resource.Fetcher, s string) error {
fmt.Println("IGNTION STATUS PASS")

m := Message{
Message: s,
Message: "Ignition: valid Config",
}

// Marshall Message
Expand Down

0 comments on commit 9e76179

Please sign in to comment.