rename get_pacdef_group_dir to get_group_dir

This commit is contained in:
steven-omaha
2023-02-15 11:54:02 +01:00
parent 4358323ad5
commit 817c5af84e
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ pub use crate::config::Config;
pub use crate::core::Pacdef;
pub use crate::grouping::Group;
pub(crate) use crate::grouping::Package;
pub use crate::path::{get_config_path, get_pacdef_group_dir};
pub use crate::path::{get_config_path, get_group_dir};
pub use crate::search::NO_PACKAGES_FOUND;
extern crate pacdef_macros;