From 03d49ec76e6c4460627b8ebcbd065b0dfac551ae Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 6 Feb 2024 09:27:51 -0500 Subject: Add missing '=' suffix on --client-cert-key-path argument --- src/artifactory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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, }; -- cgit