fix docstring

This commit is contained in:
steven-omaha
2023-02-16 10:41:54 +01:00
parent 6e52b6d3d9
commit 7c44f18462
+1 -2
View File
@@ -37,8 +37,7 @@ pub fn get_home_dir() -> Result<PathBuf> {
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
///