Skip to content

Commit 1dc6eb3

Browse files
authored
fix merge conflict (sigstore#720)
Signed-off-by: Priya Wadhwa <priya@chainguard.dev>
1 parent c48fc87 commit 1dc6eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/rekor-cli/app/log_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var logInfoCmd = &cobra.Command{
118118
TreeSize: swag.Int64Value(logInfo.TreeSize),
119119
RootHash: swag.StringValue(logInfo.RootHash),
120120
TimestampNanos: sth.GetTimestamp(),
121-
TreeID: swag.Int64Value(logInfo.TreeID),
121+
TreeID: swag.StringValue(logInfo.TreeID),
122122
}
123123

124124
oldState := state.Load(serverURL)

0 commit comments

Comments
 (0)