Skip to content

Commit

Permalink
Update src/m365/spo/commands/homesite/homesite-list.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Holemans <[email protected]>
  • Loading branch information
reshmee011 and milanholemans authored Nov 24, 2024
1 parent 856a5ce commit f2ddd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m365/spo/commands/homesite/homesite-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f2ddd9b

Please sign in to comment.