This commit is contained in:
Philippe Caseiro 2022-06-29 16:25:27 +02:00
parent c7c3f203b2
commit 42031c6c2e
1 changed files with 1 additions and 0 deletions

View File

@ -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
}