diff options
| author | 2026-02-26 16:23:29 -0500 | |
|---|---|---|
| committer | 2026-02-26 16:23:29 -0500 | |
| commit | aa1b4b75d0070c417f8c02bf35588c195b2d8254 (patch) | |
| tree | d2725b9a668d0587161e516160033432101b0d14 /src/main.rs | |
| parent | add build support (diff) | |
proper config command handling
Diffstat (limited to '')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
