diff --git a/pkg/templater/repo-apk.go b/pkg/templater/repo-apk.go index 58da528..e9c4a1b 100644 --- a/pkg/templater/repo-apk.go +++ b/pkg/templater/repo-apk.go @@ -28,6 +28,7 @@ func (hr *APKRepository) urlIsPresent() (bool, error) { line := 1 for scanner.Scan() { + fmt.Printf("DBG:%s:\n", hr.URL) if strings.Contains(scanner.Text(), hr.URL) { return true, nil }