Skip to content

Commit

Permalink
blsforme: Rename path_ext to file_utils for other helpers
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Jul 6, 2024
1 parent 26971db commit 0d2436f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blsforme/src/bootloader/systemd_boot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use std::path::PathBuf;

use crate::{manager::Mounts, path_ext::PathExt, Configuration};
use crate::{file_utils::PathExt, manager::Mounts, Configuration};

pub mod interface;

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion blsforme/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub use manager::Manager;
/// Re-export the topology APIs
pub use topology::disk;

pub mod path_ext;
pub mod file_utils;

/// Core error type for blsforme
#[derive(Debug, Error)]
Expand Down

0 comments on commit 0d2436f

Please sign in to comment.