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