You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localBasePathPtr:=flag.String("path", "", "Use this local directory as base path when checking for files existence instead of using the `url` key in publiccode.yml")
@@ -54,7 +53,7 @@ func main() {
54
53
return
55
54
}
56
55
57
-
varpubliccodeFile=flag.Args()[0]
56
+
publiccodeFile:=flag.Args()[0]
58
57
59
58
ifok, url:=urlutil.IsValidURL(publiccodeFile); ok {
0 commit comments