mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
installable: Reword $HOME error
This commit is contained in:
@@ -97,7 +97,7 @@ fn install(confirm: bool) -> bool {
|
||||
use std::io::Write;
|
||||
use std::io::{stderr, stdin};
|
||||
let Some(home) = fish::env::get_home() else {
|
||||
eprintln!("Can't find $HOME",);
|
||||
FLOG!(error, "Can't find home directory.");
|
||||
return false;
|
||||
};
|
||||
let dir = PathBuf::from(home).join(DATA_DIR).join(DATA_DIR_SUBDIR);
|
||||
|
||||
Reference in New Issue
Block a user