Skip to content

Commit

Permalink
Clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Jan 7, 2025
1 parent 20c1856 commit 052ced0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/signzone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3463,11 +3463,11 @@ vrcj1rgalbb9eh2ii8a43fbeib1ufqf6.example.org.\t238\tIN\tRRSIG\tNSEC3 8 3 238 202
let res = FakeCmd::new([
"dnst",
"signzone",
&dir.path()
dir.path()
.join("missing_zonefile")
.to_string_lossy()
.to_string(),
&dir.path().join("missing_key").to_string_lossy().to_string(),
.as_ref(),
dir.path().join("missing_key").to_string_lossy().as_ref(),
])
.run();

Expand Down

0 comments on commit 052ced0

Please sign in to comment.