Skip to content

Commit 0d78eeb

Browse files
committed
Address comments.
1 parent 3ef82c1 commit 0d78eeb

8 files changed

+8
-8
lines changed

csharp/ql/campaigns/Solorigate/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
SOLORIGATE_ROOT="$(dirname $0)"
4+
SOLORIGATE_ROOT="$(readlink -f "$(dirname $0)")"
55
WORKSPACE_ROOT="$SOLORIGATE_ROOT/../../../.."
66
GRPS="solorigate,-test"
77

java/ql/automodel/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
AUTOMODEL_ROOT="$(dirname $0)"
4+
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
55
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../../.."
66
GRPS="automodel,-test"
77

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Telemetry/AutomodelApplicationModeExtractCandidates.ql
1+
AutomodelApplicationModeExtractCandidates.ql
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Telemetry/AutomodelApplicationModeExtractNegativeExamples.ql
1+
AutomodelApplicationModeExtractNegativeExamples.ql
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Telemetry/AutomodelApplicationModeExtractPositiveExamples.ql
1+
AutomodelApplicationModeExtractPositiveExamples.ql
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Telemetry/AutomodelFrameworkModeExtractCandidates.ql
1+
AutomodelFrameworkModeExtractCandidates.ql
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Telemetry/AutomodelFrameworkModeExtractNegativeExamples.ql
1+
AutomodelFrameworkModeExtractNegativeExamples.ql
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Telemetry/AutomodelFrameworkModeExtractPositiveExamples.ql
1+
AutomodelFrameworkModeExtractPositiveExamples.ql

0 commit comments

Comments
 (0)