mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-25 10:15:09 +03:00
fix(typo): fix setup --check (#869)
This commit is contained in:
parent
94582d4255
commit
f6813df0e8
@ -335,7 +335,7 @@ impl Setup {
|
||||
if let Some(layout_dir) = layout_dir {
|
||||
message.push_str(&format!("[LAYOUT DIR]: {:?}\n", layout_dir));
|
||||
} else {
|
||||
message.push_str("[CONFIG FILE]: Not Found\n");
|
||||
message.push_str("[LAYOUT DIR]: Not Found\n");
|
||||
}
|
||||
message.push_str(&format!("[SYSTEM DATA DIR]: {:?}\n", system_data_dir));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user