Skip to content

Commit a8d3686

Browse files
committed
Update itt.ps1
1 parent 3025872 commit a8d3686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

itt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $latestVersion = (Invoke-RestMethod -Uri "https://raw.githubusercontent.com/emad
5555
if ($latestVersion -ne $itt.version) {
5656
$splash.Close()
5757
Write-Host " YOU ARE USING AN OLD VERSION OF ITT. PORTABLE SCRIPT IS NOT RECOMMENDED`n PLEASE USE THE LATEST VERSION FROM THE OFFICIAL COMMANDS AT https://github.com/emadadeldev/ittea" -ForegroundColor Red
58-
Read-Host "Press Enter to visit https://github.com/emadadeldev/ittea"
58+
Read-Host " Press Enter to visit https://github.com/emadadeldev/ittea"
5959
Start-Process "https://github.com/emadadeldev/ittea"
6060
exit
6161
}

0 commit comments

Comments
 (0)