Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>
  • Loading branch information
jawabuu committed Nov 12, 2020
1 parent 1aa5590 commit e844b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/mysqldump/mysqldump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SOURCE_DATABASE=source_dbname
TARGET_USER=vtgate-test-user
TARGET_HOST=vtgate-host
TARGET_PASSWORD=vtgate-password
TARGET_DATABASE=source_password
TARGET_DATABASE=destination_keyspace

SECURE='--ssl-mode=PREFER'

Expand Down

0 comments on commit e844b25

Please sign in to comment.