summaryrefslogtreecommitdiff
path: root/fetch-issue-webpages.py
diff options
context:
space:
mode:
Diffstat (limited to 'fetch-issue-webpages.py')
-rwxr-xr-xfetch-issue-webpages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch-issue-webpages.py b/fetch-issue-webpages.py
index 86d6b71..3291cdc 100755
--- a/fetch-issue-webpages.py
+++ b/fetch-issue-webpages.py
@@ -44,7 +44,7 @@ def scrollDownAllTheWay(driver):
return True
server_string="https://git.devuan.org"
-outdir="/mnt/public/www/issues"
+outdir="/mnt/public/www/gitlab-issues"
with open("output/files-to-fetch.txt") as f:
lines=[line.rstrip() for line in f]
bgstack15