We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2bb42 commit e01b378Copy full SHA for e01b378
Update-CyberChef.ps1
@@ -32,7 +32,7 @@ if (-not (Test-Path -Path $Download_Location)) {
32
New-Item -ItemType Directory $Download_Location | Out-Null
33
}
34
if (-not (Test-Path -Path $Install_Location)) {
35
- Write-Host "[+] Creating Instllation folder: $Download_Location" -ForegroundColor Yellow
+ Write-Host "[+] Creating Installation folder: $Install_Location" -ForegroundColor Yellow
36
New-Item -ItemType Directory $Install_Location | Out-Null
37
38
0 commit comments