Skip to content

Commit

Permalink
Set to None the gsuite token instead of github one (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
heryxpc authored Jul 10, 2023
1 parent 143a443 commit 7c28291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartography/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def main(self, argv: str) -> int:
logger.debug(f"Reading config string for GSuite from environment variable {config.gsuite_tokens_env_var}")
config.gsuite_config = os.environ.get(config.gsuite_tokens_env_var)
else:
config.github_config = None
config.gsuite_tokens_env_var = None

# Lastpass config
if config.lastpass_cid_env_var:
Expand Down

0 comments on commit 7c28291

Please sign in to comment.