diff options
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 |
commit | 7e43883bca8a58b2212288e1fcdf50d1143fd894 (patch) | |
tree | f54c32c36efabe83aab1c7d307d71a504dde887d /src | |
parent | ec3eb645d565c583efbf8339c26ffb78f308ce3a (diff) |
upd8: fix build config key for verifyImagePaths
Diffstat (limited to 'src')
-rwxr-xr-x | src/upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js index 989d19bf..d001c76a 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, |