Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Nov 20, 2023
1 parent bc95be6 commit 79294cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/cargo-ziggy/add_seeds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ impl AddSeeds {
[
"afl",
"addseeds",
&format!("-o{}/{}/afl", self.ziggy_output.display(), self.target),
"-o",
&format!("{}/{}/afl", self.ziggy_output.display(), self.target),
"-i",
&input,
]
Expand Down

0 comments on commit 79294cd

Please sign in to comment.