From 72b2acb8bbf3d139b3f54ac3bf3343d1da1c63eb Mon Sep 17 00:00:00 2001 From: Theodor Midtlien Date: Tue, 15 Sep 2026 16:12:31 +0200 Subject: [PATCH] Update client/internal/debug/debug.go Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- client/internal/debug/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/internal/debug/debug.go b/client/internal/debug/debug.go index d5fcca0cd..ccdaf45a2 100644 --- a/client/internal/debug/debug.go +++ b/client/internal/debug/debug.go @@ -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 {