Skip to content

Commit

Permalink
Merge remote-tracking branch 'dpbriggs/dpbriggs/fix-list-archive-visi…
Browse files Browse the repository at this point in the history
…bility'
  • Loading branch information
myOmikron committed Apr 17, 2023
2 parents 87a7c99 + 5f2bd98 commit 7508b51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/output/list.rs
Expand Up @@ -9,11 +9,11 @@ use crate::output::common::{Encryption, Repository};
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct ListRepository {
/// Information about the repository
repository: Repository,
pub repository: Repository,
/// Information about the encryption of the repository
encryption: Option<Encryption>,
pub encryption: Option<Encryption>,
/// Information about the archives in the repository
archives: Vec<ListArchive>,
pub archives: Vec<ListArchive>,
}

/// The short output version of the archive
Expand Down

0 comments on commit 7508b51

Please sign in to comment.