Skip to content

Release-File checksum entries are written in the wrong order #39

Description

@gordonfassbender-stack

Hello,

I have noticed that the create_release_file-Method of the RepositoryBuilder (lines 910-913) write the Release-File entries in the wrong order.

" {:<path_width$} {:>size_width$} {}",
    path,
    size,
    digest,

Instead of

" {:<path_width$} {:>size_width$} {}",
    digest,
    size,
    path,

This unfortunately makes the generated repository unusable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions