From dc44d25d5a58d45c1d1f35e104c43a88cbd73201 Mon Sep 17 00:00:00 2001 From: Coding for fun Date: Thu, 28 Dec 2023 13:10:45 +0100 Subject: [PATCH] Removing trailing whitespace. --- 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 8c2287d..244e1d8 100644 --- a/setup/start_sandbox.ps1 +++ b/setup/start_sandbox.ps1 @@ -637,7 +637,7 @@ REG ADD "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Explorer" /v "No # Install hashcat if ($WSDFIR_HASHCAT -eq "Yes") { Install-Hashcat - Write-DateLog "Installing hashcat done." >> $TEMP\start_sandbox.log + Write-DateLog "Installing hashcat done." >> $TEMP\start_sandbox.log } # Add shortcuts to desktop for Jupyter and Gollum