Skip to content

Commit

Permalink
Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…
Browse files Browse the repository at this point in the history
…upService.cs

Co-authored-by: Hisham Bin Ateya <hishamco_2007@yahoo.com>
  • Loading branch information
infofromca and hishamco authored Oct 4, 2024
1 parent c02123c commit 281daa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public async Task<bool> SetupTenantAsync(TenantSetupOptions setupOptions, ShellS

if (setupContext.Errors.Count == 0)
{
_logger.LogInformation("AutoSetup successfully provisioned the site '{SiteName}'.", setupOptions.SiteName);
_logger.LogInformation("The AutoSetup successfully provisioned the site '{SiteName}'.", setupOptions.SiteName);

return true;
}
Expand Down

0 comments on commit 281daa4

Please sign in to comment.