Skip to content

Commit

Permalink
Update githubapp/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Murrell <[email protected]>
  • Loading branch information
Chris McIntosh and Jared Murrell authored May 25, 2021
1 parent 6826f69 commit 2df6736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
TEST_MODE = False
# Check if should add member to organization
ADD_MEMBER = strtobool(os.environ.get("ADD_MEMBER", "False"))
COMPARE_ATTRIBUTE = os.environ.get("COMPARE_ATTRIBUTE", "username").lower()
USER_SYNC_ATTRIBUTE = os.environ.get("USER_SYNC_ATTRIBUTE", "username").lower()

0 comments on commit 2df6736

Please sign in to comment.