From 27d4b880e1553e91efa2a75eda7780af57ef58fe Mon Sep 17 00:00:00 2001 From: Samuel Chai <121340503+kassett@users.noreply.github.com> Date: Sun, 20 Apr 2025 13:42:40 -0400 Subject: [PATCH] Actual commits using the tool --- cmd/gh.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/gh.go b/cmd/gh.go index ad4e5ea..03a820b 100644 --- a/cmd/gh.go +++ b/cmd/gh.go @@ -13,6 +13,7 @@ import ( "os" ) +// YES func ValidateGitRemote() (*RepoSettings, error) { restClient, err := gh.RESTClient(nil) // Any error here is fatal