Skip to content

Commit

Permalink
Fix dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 4, 2024
1 parent a1a634b commit 4dca855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/screening_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

load_dotenv()

common_config = load_yaml("common_config.yaml")
common_config = load_yaml("config/common.yaml")
GH_ORGANIZATION = common_config['GH_ORGANIZATION']
REVIEW_REPOSITORY = common_config['REVIEW_REPOSITORY']

Expand Down

0 comments on commit 4dca855

Please sign in to comment.