Skip to content

Commit

Permalink
New logs created via cmd/createtree will not use revision for subtrees
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Dec 4, 2023
1 parent a7457e9 commit f8385f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/createtree/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func newRequest() (*trillian.CreateTreeRequest, error) {
TreeState: trillian.TreeState(ts),
TreeType: trillian.TreeType(tt),
DisplayName: *displayName,
Description: *description,
Description: "🙃norevs🙃 " + *description,
MaxRootDuration: durationpb.New(*maxRootDuration),
}}
klog.Infof("Creating tree %+v", ctr.Tree)
Expand Down

0 comments on commit f8385f6

Please sign in to comment.