Try 07
This commit is contained in:
parent
c7c3f203b2
commit
42031c6c2e
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue