Skip to content

Commit

Permalink
refactor: delegation to correct export
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Sep 13, 2024
1 parent 70e027b commit f568ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/exportFromFileHelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func generateConfigForResource(resource string, values []string, subaccount stri
exportSubaccount(subaccount, configDir, values)
}
if resource == "entitlements" {
exportEnvironmentInstances(subaccount, configDir, values)
exportSubaccountEntitlements(subaccount, configDir, values)
}
if resource == "subscriptions" {
exportSubaccountSubscriptions(subaccount, configDir, values)
Expand Down

0 comments on commit f568ffd

Please sign in to comment.