Skip to content

Commit

Permalink
Update path_expansion.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsinger-klotho authored Dec 12, 2023
1 parent 7269a5c commit 8cc77c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/engine2/path_selection/path_expansion.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ func expandPath(
valid, err := checkUniquenessValidity(ctx, source.id, target.id)
if err != nil {
errs = errors.Join(errs, err)
return
}
if !valid {
return
Expand Down

0 comments on commit 8cc77c5

Please sign in to comment.