mirror of
https://github.com/egor-white/zaprett.git
synced 2026-03-22 00:18:13 +05:00
fix manifests bin path
This commit is contained in:
@@ -106,7 +106,7 @@ pub async fn start_service() -> anyhow::Result<()> {
|
||||
.map(|m| (m.id().clone(), m))
|
||||
.collect();
|
||||
let bins: HashMap<String, Manifest> =
|
||||
get_all_manifests(&ZAPRETT_DIR_PATH.join("manifests/bin/exclude"))
|
||||
get_all_manifests(&ZAPRETT_DIR_PATH.join("manifests/bin"))
|
||||
.unwrap_or_default()
|
||||
.into_iter()
|
||||
.map(|m| (m.id().clone(), m))
|
||||
|
||||
Reference in New Issue
Block a user