fix: Added missing break in git check of init.ps1
This commit is contained in:
parent
7fb480d34b
commit
94ce23b1b8
1
init.ps1
1
init.ps1
|
@ -7,6 +7,7 @@
|
||||||
if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null)
|
if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null)
|
||||||
{
|
{
|
||||||
Write-Host "Please install git first"
|
Write-Host "Please install git first"
|
||||||
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
## Install homepshick
|
## Install homepshick
|
||||||
|
|
Loading…
Reference in New Issue