From ea33d92514c809a2efaa9940ce05a5765f3cb41c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 29 Jan 2026 22:03:31 +0100 Subject: Split lib.rs into multiple files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- crates/cli/src/nuke.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/cli/src/nuke.rs') diff --git a/crates/cli/src/nuke.rs b/crates/cli/src/nuke.rs index 6e6624c..f249f46 100644 --- a/crates/cli/src/nuke.rs +++ b/crates/cli/src/nuke.rs @@ -20,7 +20,7 @@ pub fn run(args: Vec) { } } - match mihi::get_config_path() { + match mihi::cfg::get_config_path() { Ok(path) => match std::fs::remove_dir_all(path) { Ok(_) => {} Err(e) => { -- cgit v1.2.3