Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Feb 28, 2025
1 parent d6cb10c commit b4f9465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def schemasync(request):
os.makedirs(output_directory, exist_ok=True)

username, password = instance.get_username_password()
target_username, target_password = instance.get_username_password()
target_username, target_password = target_instance.get_username_password()

args = {
"sync-auto-inc": sync_auto_inc,
Expand Down

0 comments on commit b4f9465

Please sign in to comment.