Skip to content

Commit

Permalink
fix remaining resourceName type conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
VoigtS committed Dec 5, 2024
1 parent 697f0e9 commit d48bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/plugins/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func CheckResourceTopologies(serviceInfo liquid.ServiceInfo) (err error) {

resourceNames := SortMapKeys(resources)
for _, resourceName := range resourceNames {
topology := resources[liquid.ResourceName(resourceName)].Topology
topology := resources[resourceName].Topology
if topology == "" {
continue
}
Expand Down

0 comments on commit d48bb64

Please sign in to comment.