Skip to content

Commit

Permalink
move targets repo back to targets folder
Browse files Browse the repository at this point in the history
Not important enough to rename the repo, and its confusing to download
'targets' and then have an examples/ folder...
  • Loading branch information
il-steffen committed Jun 29, 2022
1 parent d62204d commit eaadcf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Note: if your nodes require a proxy setup, update the `group_vars/all.yml`.

Now that kAFL has been installed, you can continue by checking one of the example targets available.

This command will clone the [kafl.targets](https://github.com/IntelLabs/kafl.targets) repo into `<install_dir>/examples`
This command will clone the [kafl.targets](https://github.com/IntelLabs/kafl.targets) repo into `<install_dir>/targets`

~~~
make deploy -- --tags targets
Expand Down
2 changes: 1 addition & 1 deletion deploy/intellabs/kafl/roles/targets/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
targets_url: https://github.com/IntelLabs/kafl.targets
targets_dest: "{{ kafl_install_root }}/examples"
targets_dest: "{{ kafl_install_root }}/targets"

0 comments on commit eaadcf4

Please sign in to comment.