diff --git a/src/m365/spo/commands/homesite/homesite-list.ts b/src/m365/spo/commands/homesite/homesite-list.ts index 1fe842b9b19..16e90e80323 100644 --- a/src/m365/spo/commands/homesite/homesite-list.ts +++ b/src/m365/spo/commands/homesite/homesite-list.ts @@ -29,7 +29,7 @@ class SpoHomeSiteListCommand extends SpoCommand { responseType: 'json' }; if (this.verbose) { - await logger.logToStderr(`List all home sites...`); + await logger.logToStderr(`Retrieving all home sites...`); } const res = await odata.getAllItems(requestOptions); await logger.log(res);