Skip to content

Commit

Permalink
fix: Make repo discovery quicker
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Dec 30, 2023
1 parent e26603f commit f3dcf8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/repo/discover.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package repo
import (
"fmt"
"os"
"path/filepath"
)

func GetRepoPaths(baseDir string) ([]string, error) {
Expand Down

0 comments on commit f3dcf8b

Please sign in to comment.