fix: Filter out / in tag names (#94)
This commit is contained in:
parent
cf89a4bd6d
commit
7e6453664e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue