Skip to content

Commit

Permalink
skip ssl is not a valid parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Feb 12, 2025
1 parent b240d48 commit 180a3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/source/mysqlrestore/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Flags struct {
ServerPublicKeyPath string `flag:"--server-public-key-path="`
SharedMemoryBaseName string `flag:"--shared-memory-base-name="`
Socket string `flag:"--socket="`
SkipSsl bool `flag:"--skip-ssl"`
Ssl int `flag:"--ssl="`
SslCa string `flag:"--ssl-ca="`
SslCaPath string `flag:"--ssl-capath="`
SslCert string `flag:"--ssl-cert="`
Expand Down
2 changes: 1 addition & 1 deletion test/pkg/source/mysqltest/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ mysqlrestore:
password: %s
user: %s
Database: %s
skipSsl: true
ssl: 0
additionalArgs: []
sourceFile: %s%s
`, hostName, container.Port, mySQLRootPW, mySQLRoot, path,
Expand Down

0 comments on commit 180a3c4

Please sign in to comment.