Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: chandanchowdhury <[email protected]>
  • Loading branch information
chandanchowdhury committed Nov 27, 2024
1 parent 2f547b5 commit 80e33e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartography/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(
self.neo4j_password = neo4j_password
self.neo4j_max_connection_lifetime = neo4j_max_connection_lifetime
self.neo4j_database = neo4j_database
self.logging_config - logging_config
self.logging_config = logging_config
self.selected_modules = selected_modules
self.update_tag = update_tag
self.aws_sync_all_profiles = aws_sync_all_profiles
Expand Down

0 comments on commit 80e33e4

Please sign in to comment.