Skip to content

Commit

Permalink
Fix fuzzit job
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier committed Sep 10, 2019
1 parent 3b3eaf3 commit 61190ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ do
done

# Install fuzzit CLI
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.29/fuzzit_Linux_x86_64
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.45/fuzzit_Linux_x86_64
chmod a+x fuzzit

for TARGET in "${TARGETS[@]}"
Expand Down

0 comments on commit 61190ce

Please sign in to comment.