Skip to content

Commit

Permalink
Merge pull request #13 from monitobeko/add-kibana-types
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
monitobeko authored Dec 2, 2022
2 parents 2d896a2 + 35eabb0 commit 5f06a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibana/resource_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func readDashboardReferencesFromInterface(val interface{}) []*kibana.DashboardRe
case kibana.DashboardReferencesTypeLens.String():
dashboardRef.Type = kibana.DashboardReferencesTypeLens
case kibana.DashboardReferencesTypeDashboard.String():
dashboadRef.Type = kibana.DashboardReferencesTypeDashboard
dashboardRef.Type = kibana.DashboardReferencesTypeDashboard
}

dashboardRefs = append(dashboardRefs, dashboardRef)
Expand Down

0 comments on commit 5f06a8d

Please sign in to comment.