aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-08-08 12:29:31 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-08-08 12:29:31 -0400
commitb1ec07031e96bf14a03f68ab5c3981dfaa596561 (patch)
treef5af651730cd24aa78e5f1c58c34a8be41afe395
parent99edcf7b998a1ac83b75ef3cc117c5b91c874782 (diff)
downloadstasis-b1ec07031e96bf14a03f68ab5c3981dfaa596561.tar.gz
Render template variables after bootstrapping the deliveryjf-upload-fix-spec-pattern
-rw-r--r--src/stasis_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stasis_main.c b/src/stasis_main.c
index b6ffc1d..4c47672 100644
--- a/src/stasis_main.c
+++ b/src/stasis_main.c
@@ -390,7 +390,7 @@ int main(int argc, char *argv[]) {
}
msg(STASIS_MSG_L2, "Initializing delivery context\n");
- if (delivery_init(&ctx)) {
+ if (delivery_init(&ctx, INI_READ_RENDER)) {
msg(STASIS_MSG_ERROR | STASIS_MSG_L2, "Failed to initialize delivery context\n");
exit(1);
}