From 94ce23b1b834f0c9813355cfc78c7b6bb5c166f6 Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Tue, 7 May 2024 20:39:29 +0000 Subject: [PATCH] fix: Added missing break in git check of init.ps1 --- init.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/init.ps1 b/init.ps1 index 4772a53..e6fbf0a 100644 --- a/init.ps1 +++ b/init.ps1 @@ -7,6 +7,7 @@ if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null) { Write-Host "Please install git first" + break } ## Install homepshick