From 6304844f9dfcfb70a995095f37c3e9ada04c2059 Mon Sep 17 00:00:00 2001 From: vdang Date: Wed, 15 Mar 2023 00:42:08 +0100 Subject: [PATCH] Correct wrong argument given to command when removing secrets --- plugins/stronghold/guest-js/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stronghold/guest-js/index.ts b/plugins/stronghold/guest-js/index.ts index 91bb1457..aa280c55 100644 --- a/plugins/stronghold/guest-js/index.ts +++ b/plugins/stronghold/guest-js/index.ts @@ -378,7 +378,7 @@ export class Vault extends ProcedureExecutor { snapshotPath: this.path, client: this.client, vault: this.name, - location, + recordPath: location.payload.record, }); } }