fix: Added missing break in git check of init.ps1

This commit is contained in:
Kitty Fangs 2024-05-07 20:39:29 +00:00
parent 7fb480d34b
commit 94ce23b1b8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null)
{
Write-Host "Please install git first"
break
}
## Install homepshick