a couple of small fixes
This commit is contained in:
parent
2aa855f5cf
commit
6edfe7cf29
2 changed files with 7 additions and 3 deletions
|
@ -210,7 +210,7 @@ pub fn base_dir() -> std::io::Result<PathBuf> {
|
|||
}
|
||||
|
||||
/// Get the config directory. If for the entire system, then it will be /pacwoman/config, otherwise
|
||||
/// it will be /pacwomand/user/{user name from [get_current_user]}/config.
|
||||
/// it will be /pacwoman/user/{user name from [get_current_user]}/config.
|
||||
///
|
||||
/// This directory is not guaranteed to exist! If you need it to, use [config_directory]!
|
||||
pub fn get_config_directory(system: bool) -> PathBuf {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue