aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-04-10 09:25:36 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-04-10 09:25:36 -0400
commit645e2a5371057ff902ef6be089b941132dc34281 (patch)
treecf53777ea6a5e67e09790baf75245668cf499062
parentf1d4ec2404f5ca7fce898787ee22535d4b8c9829 (diff)
downloadstasis-645e2a5371057ff902ef6be089b941132dc34281.tar.gz
fixme: add artifactory url to globals
-rw-r--r--include/omc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/omc.h b/include/omc.h
index 0d4a021..3283a80 100644
--- a/include/omc.h
+++ b/include/omc.h
@@ -82,6 +82,7 @@ struct OMC_GLOBAL {
char *arch;
char *remote_filename;
char *repo;
+ char *url;
} jfrog;
};