diff --git a/pkg/templater/repo-apk.go b/pkg/templater/repo-apk.go index f61208a..d7ec9ac 100644 --- a/pkg/templater/repo-apk.go +++ b/pkg/templater/repo-apk.go @@ -50,6 +50,7 @@ func (hr *APKRepository) Add() error { } if URLIsPresent { + fmt.Printf("DEBUG %v", URLIsPresent) return nil } else { data := fmt.Sprintf("%s", hr.URL)