fix: Filter out / in tag names (#94)

This commit is contained in:
Gerald Pinder 2024-02-26 21:04:14 -05:00 committed by GitHub
parent cf89a4bd6d
commit 7e6453664e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@ impl<'a> Recipe<'a> {
debug!("Finished generating tags!");
debug!("Tags: {tags:#?}");
tags
tags.into_iter().map(|t| t.replace('/', "_")).collect()
}
/// # Parse a recipe file