fix: Added missing break in git check of init.ps1
This commit is contained in:
parent
761efe7ae6
commit
9ded09c56b
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…
x
Reference in New Issue
Block a user