diff options
| -rw-r--r-- | src/artifactory.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/artifactory.c b/src/artifactory.c index 0c73b69..972f27b 100644 --- a/src/artifactory.c +++ b/src/artifactory.c @@ -177,8 +177,8 @@ int jfrog_cli(struct JFRT_Auth *auth, char *args) {              "--access-token=",              "--ssh-key-path=",              "--ssh-passphrase=", -            "--client-cert-key-path", -            "--client-cert-path", +            "--client-cert-key-path=", +            "--client-cert-path=",              "--password=",              NULL,      }; | 
