fix(typo): fix setup --check (#869)
This commit is contained in:
parent
94582d4255
commit
f6813df0e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue