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 180a3c4 commit ab2243c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/source/mysqldump/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type Flags struct {
SslCrl string `flag:"--ssl-crl="`
SslCrlPath string `flag:"--ssl-crlpath="`
SslKey string `flag:"--ssl-key="`
SkipSsl bool `flag:"--skip-ssl"`
Ssl *int `flag:"--ssl="`
Tab string `flag:"--tab="`
TLSCipherSuites string `flag:"--tls-ciphersuites="`
TLSVersion string `flag:"--tls-version="`
Expand Down
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="`
Ssl int `flag:"--ssl="`
Ssl *int `flag:"--ssl="`
SslCa string `flag:"--ssl-ca="`
SslCaPath string `flag:"--ssl-capath="`
SslCert string `flag:"--ssl-cert="`
Expand Down

0 comments on commit ab2243c

Please sign in to comment.