From 3f975817b46feb3d962b9fc62e9f9baf156f5359 Mon Sep 17 00:00:00 2001 From: Martijn Dirkse Date: Mon, 3 Jun 2024 13:22:21 +0200 Subject: [PATCH] Fix typo --- .github/workflows/no-console-warnings.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-console-warnings.js.yml b/.github/workflows/no-console-warnings.js.yml index b1bd196e..bee07df0 100644 --- a/.github/workflows/no-console-warnings.js.yml +++ b/.github/workflows/no-console-warnings.js.yml @@ -66,7 +66,7 @@ jobs: - name: Show current time, allows you to check that logs are not old run: date - name: Let Frank!Runner do its downloads - run: run env.sh > installFrankRunnerEnv.log + run: env.sh > installFrankRunnerEnv.log working-directory: frank-runner - name: Show apache-tomcat directories run: find . -path './build/*' -name 'apache-tomcat*'