Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa committed Aug 29, 2022
1 parent 3cd1853 commit 2a01a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rekor-cli/app/get.go
Expand Up @@ -58,7 +58,7 @@ func (g *getCmdOutput) String() string {
s += fmt.Sprintf("Index: %d\n", g.LogIndex)
dt := time.Unix(g.IntegratedTime, 0).UTC().Format(time.RFC3339)
s += fmt.Sprintf("IntegratedTime: %s\n", dt)
s += fmt.Sprintf("Entry UUID: %s\n", g.UUID)
s += fmt.Sprintf("UUID: %s\n", g.UUID)
var b bytes.Buffer
e := json.NewEncoder(&b)
e.SetIndent("", " ")
Expand Down

0 comments on commit 2a01a65

Please sign in to comment.