aboutsummaryrefslogtreecommitdiff
path: root/src/lib/delivery
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/delivery')
-rw-r--r--src/lib/delivery/delivery_conda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/delivery/delivery_conda.c b/src/lib/delivery/delivery_conda.c
index e879d1d..12eddb7 100644
--- a/src/lib/delivery/delivery_conda.c
+++ b/src/lib/delivery/delivery_conda.c
@@ -146,7 +146,7 @@ void delivery_conda_enable(struct Delivery *ctx, char *conda_install_dir) {
guard_free(conda_version);
}
- if (conda_capable(&ctx->conda.capabilities)) {
+ if (conda_capable(&ctx->conda.capabilities, ctx->storage.conda_install_prefix)) {
SYSERROR("Conda capability check failed");
exit(1);
}