Skip to content

Commit

Permalink
More fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Lewi committed Nov 1, 2019
1 parent e951976 commit d4a362f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/kubeflow/testing/cleanup_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
def name_to_infra_type(name):
"""Given a name map it to the type of infrastructure."""

if is_match.match(name, patterns=AUTO_DEPLOY_PATTERNS):
if is_match(name, patterns=AUTO_DEPLOY_PATTERNS):
return AUTO_INFRA

if is_match(name, patterns=E2E_PATTERNS):
Expand Down

0 comments on commit d4a362f

Please sign in to comment.