summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-06-07 21:01:55 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2019-06-07 21:01:55 +0200
commit2d7beedb4059bfc4dbae840993bcaa155f9283e7 (patch)
tree102cc4e81bff26c29c7cd01c0734ac5402922de9 /bin
parent08e0d4e64b9d462b9e6827add468dce089876758 (diff)
check-new-issues: Adapt path to actually used one on soriano.d.o
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-new-issues4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/check-new-issues b/bin/check-new-issues
index ba0b64b0e2..8e8e701c95 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -72,8 +72,8 @@ EOF
my $basedir;
-if (-e "secure-testing/data/CVE/list") {
- $basedir="secure-testing";
+if (-e "security-tracker/data/CVE/list") {
+ $basedir="security-tracker";
} elsif (-e "data/CVE/list") {
$basedir=".";
} elsif (-e "../data/CVE/list") {

© 2014-2024 Faster IT GmbH | imprint | privacy policy