mirror of
https://github.com/benbjohnson/litestream.git
synced 2026-01-25 05:06:30 +00:00
Fix TXID display formatting to use proper hex format (#681)
Some checks failed
Commit / Lint (push) Has been cancelled
Commit / Build Windows (push) Has been cancelled
Commit / Build & Unit Test (push) Has been cancelled
Commit / Run S3 Mock Tests (push) Has been cancelled
Commit / Run S3 Integration Tests (push) Has been cancelled
Commit / Run GCP Integration Tests (push) Has been cancelled
Commit / Run Azure Blob Store Integration Tests (push) Has been cancelled
Commit / Run SFTP Integration Tests (push) Has been cancelled
Some checks failed
Commit / Lint (push) Has been cancelled
Commit / Build Windows (push) Has been cancelled
Commit / Build & Unit Test (push) Has been cancelled
Commit / Run S3 Mock Tests (push) Has been cancelled
Commit / Run S3 Integration Tests (push) Has been cancelled
Commit / Run GCP Integration Tests (push) Has been cancelled
Commit / Run Azure Blob Store Integration Tests (push) Has been cancelled
Commit / Run SFTP Integration Tests (push) Has been cancelled
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -79,7 +79,7 @@ func (c *LTXCommand) Run(ctx context.Context, args []string) (err error) {
|
||||
for itr.Next() {
|
||||
info := itr.Item()
|
||||
|
||||
fmt.Fprintf(w, "%x\t%d\t%d\t%s\n",
|
||||
fmt.Fprintf(w, "%s\t%s\t%d\t%s\n",
|
||||
info.MinTXID,
|
||||
info.MaxTXID,
|
||||
info.Size,
|
||||
|
||||
Reference in New Issue
Block a user