This commit is contained in:
Folkert 2021-06-27 13:49:49 +02:00
parent 8add147dcf
commit 99d0d9c732
8 changed files with 40 additions and 83 deletions

View file

@ -672,7 +672,7 @@ fn to_relevant_branch_help<'a>(
.map(|(index, (pattern, _))| {
let mut new_path = path.to_vec();
new_path.push(PathInstruction {
index: 1 + index as u64,
index: index as u64,
tag_id,
});
(new_path, Guard::NoGuard, pattern)