Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Dec 18, 2019
1 parent 3b1fdc7 commit cfdc933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube_resource_report/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ def generate_report(
namespace_usage[(ns_pod[0], cluster_id)] = namespace

if application_registry:
resolve_application_ids(applications, teams, application_registry)
resolve_application_ids(applications, application_registry)

aggregate_by_team(applications, teams)

Expand Down

0 comments on commit cfdc933

Please sign in to comment.