Skip to content

Commit

Permalink
chore: Remove a dot
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrypt0nn committed Oct 27, 2024
1 parent 6bd0f04 commit 3ecd425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub struct EnumerateSubdomainsConfig {

#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct PassiveDNSConfig {
/// Ignore expired certificates.
/// Ignore expired certificates
pub ignore_expired: Option<bool>,
/// Only care about the recently (24 hours) created certificates
pub recent_only: Option<bool>,
Expand Down

0 comments on commit 3ecd425

Please sign in to comment.