« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/upd8.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 1585fdd4..9ea78020 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -1483,6 +1483,8 @@ async function main() {
     });
   }
 
+  const urls = generateURLs(urlSpec);
+
   if (stepStatusSummary.buildSearchIndex.status === STATUS_NOT_STARTED) {
     Object.assign(stepStatusSummary.buildSearchIndex, {
       status: STATUS_STARTED_NOT_DONE,
@@ -2007,8 +2009,6 @@ async function main() {
     timeEnd: Date.now(),
   });
 
-  const urls = generateURLs(urlSpec);
-
   let missingImagePaths;
 
   if (stepStatusSummary.verifyImagePaths.status === STATUS_NOT_APPLICABLE) {