use suite titles again

This commit is contained in:
Simon Knott 2024-09-03 09:02:18 +02:00
parent 000e0574e5
commit 92533ce64d
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -163,7 +163,7 @@ export async function runWatchModeLoop(configLocation: ConfigLocation, initialOp
type: 'multiselect', type: 'multiselect',
name: 'selectedProjects', name: 'selectedProjects',
message: 'Select projects', message: 'Select projects',
choices: teleSuiteUpdater.config!.projects.map(s => s.name), choices: teleSuiteUpdater.rootSuite!.suites.map(s => s.title),
}).catch(() => ({ selectedProjects: null })); }).catch(() => ({ selectedProjects: null }));
if (!selectedProjects) if (!selectedProjects)
continue; continue;