Skip to content

Commit

Permalink
fix location template
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech committed Mar 20, 2024
1 parent 0f95f5d commit 17f0093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/sdk/location.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func (o Location) Xpath(vn version.Number, name string) ([]string, error) {
return nil, errors.NoLocationSpecifiedError
}

ans = append(ans, Suffix...)
ans = append(ans, util.AsEntryXpath([]string{name}))

return ans, nil
Expand Down

0 comments on commit 17f0093

Please sign in to comment.