Skip to content

Commit

Permalink
fix: correct error message
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Meridth <[email protected]>
  • Loading branch information
zkoppert and jmeridth authored Oct 5, 2024
1 parent 402f50a commit c1e5805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def get_env_vars(
# Team name and repository are mutually exclusive
if repositories_str and team_name:
raise ValueError(
"TEAM_NAME environment variable cannot be used with ORGANIZATION or REPOSITORY"
"TEAM_NAME environment variable cannot be used with REPOSITORY"
)

# Separate repositories_str into a list based on the comma separator
Expand Down

0 comments on commit c1e5805

Please sign in to comment.