From 19220864f8788a1821977fe059d975fe594727d9 Mon Sep 17 00:00:00 2001 From: Coding for fun Date: Tue, 30 Jan 2024 11:24:52 +0100 Subject: [PATCH] Remove eroneous character from start_sandbox.ps1 --- setup/start_sandbox.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/start_sandbox.ps1 b/setup/start_sandbox.ps1 index 35e51f1..0b907a0 100644 --- a/setup/start_sandbox.ps1 +++ b/setup/start_sandbox.ps1 @@ -183,7 +183,7 @@ Add-ToUserPath "${env:ProgramFiles}\qemu" Add-ToUserPath "${RUST_DIR}\bin" Add-ToUserPath "${GIT_PATH}\ese-analyst" Add-ToUserPath "${GIT_PATH}\Events-Ripper" -§Add-ToUserPath "${GIT_PATH}\iShutdown" +Add-ToUserPath "${GIT_PATH}\iShutdown" Add-ToUserPath "${GIT_PATH}\RegRipper3.0" Add-ToUserPath "${GIT_PATH}\Regshot" Add-ToUserPath "${GIT_PATH}\Trawler"