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