1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-04 20:37:56 +00:00

Fix typo in comment (#260)

This commit is contained in:
Harry Mills 2019-08-29 12:40:25 -04:00 committed by Matan Kushner
parent ad8cd7334f
commit c2a1803681

View File

@ -36,7 +36,7 @@ impl Config for Table {
log::debug!("STARSHIP_CONFIG is set: \n{}", &path);
path
} else {
// Default to using ~/.config/starhip.toml
// Default to using ~/.config/starship.toml
log::debug!("STARSHIP_CONFIG is not set");
let config_path = home_dir()?.join(".config/starship.toml");
let config_path_str = config_path.to_str()?.to_owned();