Skip to content

Commit

Permalink
remove used _include
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Apr 29, 2024
1 parent 2d882f7 commit 6deb1f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/patch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ pub fn yaml_includes(parent: &mut Hash) -> Result<Vec<PathBuf>> {
included.extend(yaml_includes(child)?);
update_dict(parent, child)?;
}
parent.remove(&"_include".to_yaml());
Ok(included)
}

Expand Down

0 comments on commit 6deb1f2

Please sign in to comment.