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 aea2196 commit 856a5ce
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 @@ -20,7 +20,7 @@ class SpoHomeSiteListCommand extends SpoCommand {

public async commandAction(logger: Logger): Promise<void> {
try {
const spoAdminUrl: string = await spo.getSpoAdminUrl(logger, this.debug);
const spoAdminUrl: string = await spo.getSpoAdminUrl(logger, this.verbose);
const requestOptions: CliRequestOptions = {
url: `${spoAdminUrl}/_api/SPO.Tenant/GetTargetedSitesDetails`,
headers: {
Expand Down

0 comments on commit 856a5ce

Please sign in to comment.