Update client/internal/debug/debug.go

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Theodor Midtlien
2026-09-15 16:12:31 +02:00
committed by GitHub
co-authored by cubic-dev-ai[bot]
parent de66ba9457
commit 72b2acb8bb
+1 -1
View File
@@ -830,7 +830,7 @@ func collectProfilesInDir(dir string, active *profilemanager.ActiveProfileState)
}
func isProfileJSON(name string) bool {
return strings.HasSuffix(name, profileJSONSuffix) && !strings.HasSuffix(name, profileStateJSONSuffix) && !strings.HasSuffix(name, ".prefs.json")
return strings.HasSuffix(name, profileJSONSuffix) && !strings.HasSuffix(name, profileStateJSONSuffix) && !strings.HasSuffix(name, ".prefs.json")
}
func newProfileEntry(id, path string, active *profilemanager.ActiveProfileState) profileEntry {