diff --git a/crates/pacdef_core/src/path.rs b/crates/pacdef_core/src/path.rs index 9891a85..7103369 100644 --- a/crates/pacdef_core/src/path.rs +++ b/crates/pacdef_core/src/path.rs @@ -37,8 +37,7 @@ pub fn get_home_dir() -> Result { Ok(env::var("HOME").context("getting $HOME variable")?.into()) } -/// Get the group directory where all group files are located. This is -/// `$XDG_CONFIG_HOME/pacdef/pacdef.yaml`. +/// Get the path to the pacdef config file. This is `$XDG_CONFIG_HOME/pacdef/pacdef.yaml`. /// /// # Errors ///