Skip to content

Commit

Permalink
fix: integration-test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Oct 31, 2024
1 parent e5fba90 commit 09dff2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
./hayabusa-${LATEST_VER#v}-lin-x64-gnu json-timeline -d ../../hayabusa-sample-evtx -L -w -p super-verbose -o ../../takajo/timeline.jsonl
- name: run extract-credentials
run: cd takajo && ./takajo eextract-credentials -t timeline.jsonl -o credentials.csv
run: cd takajo && ./takajo extract-credentials -t timeline.jsonl -o credentials.csv

- name: run extract-scriptblocks
run: cd takajo && ./takajo extract-scriptblocks -t timeline.jsonl
Expand Down

0 comments on commit 09dff2a

Please sign in to comment.