From 09dff2acaa55d16433f9e51327208b99179a802a Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:21:31 +0900 Subject: [PATCH] fix: integration-test typo --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 5061b68..30f18ef 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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