From 735eb24a33cea3ced23361ea2848e092cc5dec84 Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Tue, 26 Jan 2021 19:31:16 +0100 Subject: [PATCH] Add `--working-dir=.` to `index-files` call --- tools/autobuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/autobuild.sh b/tools/autobuild.sh index b4388be2eac..c529ac1d16d 100755 --- a/tools/autobuild.sh +++ b/tools/autobuild.sh @@ -6,4 +6,5 @@ exec "${CODEQL_DIST}/codeql" database index-files \ --include-extension=.rb \ --size-limit=5m \ --language=ruby \ + --working-dir=.\ "$CODEQL_EXTRACTOR_RUBY_WIP_DATABASE"