diff --git a/cmd/pkgdashcli/main.go b/cmd/pkgdashcli/main.go index 883163c..8c351cc 100644 --- a/cmd/pkgdashcli/main.go +++ b/cmd/pkgdashcli/main.go @@ -92,7 +92,7 @@ type Data struct { Modules map[string]modules.Update } -func pkgdashcli() { +func main() { var err error ctx, cancel := context.WithCancel(context.Background())