Skip to content

Commit

Permalink
Fix vatiable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisb authored Apr 27, 2021
1 parent fc9129b commit 0c4dad2
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 @@ -38,4 +38,4 @@
rootlogger.warn(e)
TEST_MODE = False
# Check if should add member to organization
TEST_MODE = strtobool(os.environ.get("ADD_MEMBER", "False"))
ADD_MEMBER = strtobool(os.environ.get("ADD_MEMBER", "False"))

0 comments on commit 0c4dad2

Please sign in to comment.