Skip to content

Commit d98079d

Browse files
owen-mchenrymercer
andauthored
Apply suggestions from code review
Co-authored-by: Henry Mercer <[email protected]>
1 parent 3d495bd commit d98079d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22
if exist vendor\modules.txt (
3-
type %CODEQL_EXTRACTOR_GO_ROOT%\codeql-tools\baseline-config-vendor.json
3+
type %CODEQL_EXTRACTOR_GO_ROOT%\tools\baseline-config-vendor.json
44
) else (
5-
type %CODEQL_EXTRACTOR_GO_ROOT%\codeql-tools\baseline-config-empty.json
5+
type %CODEQL_EXTRACTOR_GO_ROOT%\tools\baseline-config-empty.json
66
)

go/codeql-tools/configure-baseline.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
if [ -f vendor/modules.txt ]; then
4-
cat $CODEQL_EXTRACTOR_GO_ROOT/codeql-tools/baseline-config-vendor.json
4+
cat $CODEQL_EXTRACTOR_GO_ROOT/tools/baseline-config-vendor.json
55
else
6-
cat $CODEQL_EXTRACTOR_GO_ROOT/codeql-tools/baseline-config-empty.json
6+
cat $CODEQL_EXTRACTOR_GO_ROOT/tools/baseline-config-empty.json
77
fi

0 commit comments

Comments
 (0)