aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-02-06 06:38:28 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-02-06 06:38:28 -0500
commitbc6e5e6384b9381dfe76c3f89161073f26ea432f (patch)
tree9adf7885c11a2e13483f63752170c794e769124d
parent7e2a47c7bb2378ae1c61cce86227eb23ea06f7e0 (diff)
downloadstasis-bc6e5e6384b9381dfe76c3f89161073f26ea432f.tar.gz
Fix jf cli option 'regexp' to be boolean, not string
-rw-r--r--include/artifactory.h2
1 files changed, 1 insertions, 1 deletions
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;