Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFernandezSnyk committed Sep 18, 2023
2 parents 30234ce + 1fffcd9 commit 65f2f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snyk_tags/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def apply_tags_to_projects(
for project in projects["data"]:
if (
project["attributes"]["name"] == name
or project["attributes"]["name"](name + "(")
or project["attributes"]["name"](name + ":")
or project["attributes"]["name"].startswith(name + "(")
or project["attributes"]["name"].startswith(name + ":")
):
apply_tag_to_project(
client=client,
Expand Down

0 comments on commit 65f2f51

Please sign in to comment.