From 0d533dc44cfab024352fee364bac6846b10dec5f Mon Sep 17 00:00:00 2001 From: Morgan Gangwere <470584+indrora@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:26:38 -0700 Subject: [PATCH] Update integration-manifest.json --- integration-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-manifest.json b/integration-manifest.json index 62482ca..f1b3042 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -1,8 +1,8 @@ { "$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json", "name": "Acme AnyCA REST plugin", - "release_dir": "AcmeCaPlugin/bin/Release", "release_project": "AcmeCaPlugin/AcmeCaPlugin.csproj", + "release_dir": "AcmeCaPlugin/bin/Release", "description": "Enrollment Only AnyCA Gateway REST plugin that works with multiple ACME Providers and DNS Providers", "status": "production", "integration_type": "anyca-plugin", @@ -52,4 +52,4 @@ ] } } -} \ No newline at end of file +}