From 1885ac7eca0ab32e9311e798106d288522555245 Mon Sep 17 00:00:00 2001 From: lxowalle Date: Fri, 10 Apr 2026 10:12:49 +0800 Subject: [PATCH] * fix lint --- pkg/skills/installer.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/skills/installer.go b/pkg/skills/installer.go index 092eb568f..f420dc6d1 100644 --- a/pkg/skills/installer.go +++ b/pkg/skills/installer.go @@ -224,10 +224,6 @@ func parseGitHubRefWithBaseURL(repo, githubBaseURL, defaultRef string) (GitHubRe return ref, nil } -func githubInstallDirName(repo string) (string, error) { - return githubInstallDirNameWithBaseURL(repo, "") -} - func githubInstallDirNameWithBaseURL(repo, githubBaseURL string) (string, error) { if !strings.HasPrefix(repo, "http://") && !strings.HasPrefix(repo, "https://") { if err := ValidateInstallTarget(repo); err != nil {