summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rw-r--r--check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 810a401..0eff258 100644
--- a/check.py
+++ b/check.py
@@ -189,7 +189,7 @@ class ReleasesCheck(GardCheck):
# Verify that releases/.test/THIS-FILE-SHOULD-NOT-BE-PUBLIC.txt
# is not world readable
- if self.check_file_exists(self.url+'releases/.test/THIS-FILE-SHOULD-NOT-BE-PUBLIC.txt'):
+ if self.check_file_exists(self.url+'/releases/.test/THIS-FILE-SHOULD-NOT-BE-PUBLIC.txt'):
self.log_error('Releases permission check failed on %s' % self.url)
ret = False