Skip to content

Commit 0b9d299

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: fix tables names mapping in kubernetes
1 parent b2bd488 commit 0b9d299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery/task/run-task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type TaskResult struct {
5858
AllIntegrations []string `json:"all_integrations"`
5959
AllIntegrationsCount int `json:"all_integrations_count"`
6060
ProgressedIntegrations map[string]*IntegrationResult `json:"progressed_integrations"`
61-
ProgressedIntegrationsCount int `json:"proposed_integrations_count"`
61+
ProgressedIntegrationsCount int `json:"progressed_integrations_count"`
6262
}
6363

6464
type IntegrationResult struct {

0 commit comments

Comments
 (0)