Skip to content

Commit 9957ae3

Browse files
committed
Fix the dashboard cache key name
1 parent f47d974 commit 9957ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searchers/monitoring/dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func (s *DashboardSearcher) Search(
1515
wf *aw.Workflow, svc *services.Service, cfg *gc.Config, q *parser.Result,
1616
) error {
1717
builder := resource.NewBuilder(
18-
"storage_buckets",
18+
"monitoring_dashboards",
1919
wf,
2020
cfg,
2121
q,

0 commit comments

Comments
 (0)