From 977caa40ef996bb967982fe08e3cb493bb79ea09 Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Wed, 8 May 2024 15:49:01 +0200 Subject: [PATCH] [common.vm] Fix VM-Uninstall-IDA-Plugin again I introduced a typo after testing the change. --- packages/common.vm/common.vm.nuspec | 2 +- packages/common.vm/tools/vm.common/vm.common.psm1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/common.vm/common.vm.nuspec b/packages/common.vm/common.vm.nuspec index 4b642f964..d45420aa2 100755 --- a/packages/common.vm/common.vm.nuspec +++ b/packages/common.vm/common.vm.nuspec @@ -2,7 +2,7 @@ common.vm - 0.0.0.20240508 + 0.0.0.20240509 Common libraries for VM-packages Mandiant diff --git a/packages/common.vm/tools/vm.common/vm.common.psm1 b/packages/common.vm/tools/vm.common/vm.common.psm1 index b352ec33c..039f56e5c 100755 --- a/packages/common.vm/tools/vm.common/vm.common.psm1 +++ b/packages/common.vm/tools/vm.common/vm.common.psm1 @@ -367,7 +367,7 @@ function VM-Uninstall-IDA-Plugin { [string] $pluginName # Example: capa_explorer.py ) $pluginPath = Join-Path (VM-Get-IDA-Plugins-Dir) $pluginName - Remove-Item $pluginPath -Recuse -Force -ea 0 + Remove-Item $pluginPath -Recurse -Force -ea 0 } # This functions returns $toolDir and $executablePath