Skip to content

Commit e01b378

Browse files
committed
Update Update-CyberChef.ps1
1 parent 9e2bb42 commit e01b378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Update-CyberChef.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (-not (Test-Path -Path $Download_Location)) {
3232
New-Item -ItemType Directory $Download_Location | Out-Null
3333
}
3434
if (-not (Test-Path -Path $Install_Location)) {
35-
Write-Host "[+] Creating Instllation folder: $Download_Location" -ForegroundColor Yellow
35+
Write-Host "[+] Creating Installation folder: $Install_Location" -ForegroundColor Yellow
3636
New-Item -ItemType Directory $Install_Location | Out-Null
3737
}
3838

0 commit comments

Comments
 (0)