« get me outta code hell

upd8: fix build config key for verifyImagePaths - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/upd8.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-08 10:20:05 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-08 10:20:05 -0400
commit7e43883bca8a58b2212288e1fcdf50d1143fd894 (patch)
treef54c32c36efabe83aab1c7d307d71a504dde887d /src/upd8.js
parentec3eb645d565c583efbf8339c26ffb78f308ce3a (diff)
upd8: fix build config key for verifyImagePaths
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 989d19b..d001c76 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -662,7 +662,7 @@ async function main() {
 
     fallbackStep('verifyImagePaths', {
       default: 'perform',
-      buildConfig: 'skipMediaValidation',
+      buildConfig: 'mediaValidation',
       cli: {
         flag: 'skip-media-validation',
         negate: true,