aboutsummaryrefslogtreecommitdiff
path: root/include/deliverable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/deliverable.h')
-rw-r--r--include/deliverable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/deliverable.h b/include/deliverable.h
index ed9d12a..1c9e95e 100644
--- a/include/deliverable.h
+++ b/include/deliverable.h
@@ -135,7 +135,8 @@ struct Delivery {
struct JFRT_Auth auth_ctx;
struct JFRT_Upload upload_ctx;
char *repo;
- } deploy;
+ char *dest;
+ } deploy[1000];
struct Rule {
struct INIFILE *_handle;