Skip to content

Commit

Permalink
Fix Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ebell495 authored and ForAllSecure Mayhem Bot committed Nov 25, 2023
1 parent a3c871a commit bfc4163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Mayhemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project: phonemizer
target: phonemizer_fuzz
target: phonemizer-fuzz

cmds:
- cmd: /phonemizer/fuzz/phonemizer_fuzz.py
- cmd: /phonemizer/fuzz/phonemizer-fuzz.py
libfuzzer: true
2 changes: 1 addition & 1 deletion fuzz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ COPY ../. /phonemizer

# install phonemizer and run the tests
RUN cd /phonemizer && \
chmod +x fuzz/phonemizer_fuzz.py && \
chmod +x fuzz/phonemizer-fuzz.py && \
python3 setup.py install
File renamed without changes.

0 comments on commit bfc4163

Please sign in to comment.