From aa1b4b75d0070c417f8c02bf35588c195b2d8254 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Thu, 26 Feb 2026 16:23:29 -0500 Subject: proper config command handling --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index fa0ee11..529b875 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ use action::Action; use std::{env, fs}; -use crate::util::TEMP_CONFIG_PATH; +use crate::config::TEMP_CONFIG_PATH; mod action; mod config; -- cgit v1.2.3-59-g8ed1b