fix(typo): fix setup --check (#869)

This commit is contained in:
a-kenji 2021-11-15 14:41:19 +01:00 committed by GitHub
parent 94582d4255
commit f6813df0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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));