File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11@ echo off
22if exist vendor\modules.txt (
3- type %CODEQL_EXTRACTOR_GO_ROOT% \tools\baseline-config-vendor.json
3+ type " %CODEQL_EXTRACTOR_GO_ROOT% \tools\baseline-config-vendor.json"
44) else (
5- type %CODEQL_EXTRACTOR_GO_ROOT% \tools\baseline-config-empty.json
5+ type " %CODEQL_EXTRACTOR_GO_ROOT% \tools\baseline-config-empty.json"
66)
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33if [ -f vendor/modules.txt ]; then
4- cat $CODEQL_EXTRACTOR_GO_ROOT /tools/baseline-config-vendor.json
4+ cat " $CODEQL_EXTRACTOR_GO_ROOT /tools/baseline-config-vendor.json"
55else
6- cat $CODEQL_EXTRACTOR_GO_ROOT /tools/baseline-config-empty.json
6+ cat " $CODEQL_EXTRACTOR_GO_ROOT /tools/baseline-config-empty.json"
77fi
You can’t perform that action at this time.
0 commit comments