Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Jan 7, 2025
1 parent 786fe97 commit 7e88853
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 99 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public DnsProviderCertifyDns() : base()
}
else
{
// registration is not a valid certify dns registration, must be annother acme-dns service}
// registration is not a valid certify dns registration, must be another acme-dns service
_log?.Warning("Existing acme-dns registration found, new registration required for Certify DNS");
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<ProjectReference Include="..\..\..\..\certify\src\Certify.Client\Certify.Client.csproj" />
<ProjectReference Include="..\..\..\..\certify\src\Certify.Shared\Certify.Shared.Core.csproj" />
<ProjectReference Include="..\..\Certify.Aspire\Certify.Aspire.ServiceDefaults\Certify.Aspire.ServiceDefaults.csproj" />
</ItemGroup>

</ItemGroup>
</Project>
Loading

0 comments on commit 7e88853

Please sign in to comment.