From bc6e5e6384b9381dfe76c3f89161073f26ea432f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 6 Feb 2024 06:38:28 -0500 Subject: Fix jf cli option 'regexp' to be boolean, not string --- include/artifactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/artifactory.h b/include/artifactory.h index 847e601..5a6666e 100644 --- a/include/artifactory.h +++ b/include/artifactory.h @@ -35,7 +35,7 @@ struct JFRT_Upload { bool include_dirs; char *module; bool recursive; - char *regexp; + bool regexp; int retries; int retry_wait_time; char *spec; -- cgit