Skip to content

Commit

Permalink
fix: update sslmode to use enum value in main.py (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanedefenin authored Aug 27, 2024
1 parent 1154564 commit 37f2859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dblinter/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main(
user=user,
password=password,
port=port,
sslmode=sslmode,
sslmode=sslmode.value,
describe=describe,
filename=filename,
append=append,
Expand Down

0 comments on commit 37f2859

Please sign in to comment.