[web] update reference to backfill_project_image_name script (#24326)

GitOrigin-RevId: 40a459de2321aa140638d30c5a1d16390c2cdb28
This commit is contained in:
Jakob Ackermann
2025-03-18 09:25:05 +00:00
committed by Copybot
parent f94adbf039
commit a7818e9b11
2 changed files with 3 additions and 3 deletions

View File

@@ -640,7 +640,7 @@ describe('ServerCEScripts', function () {
}),
[
`'project.imageName' is not set for some projects`,
`Set SKIP_TEX_LIVE_CHECK=true in config/variables.env, restart the instance and run 'bin/run-script scripts/backfill_project_image_name.js' to initialise TexLive image in existing projects`,
`Set SKIP_TEX_LIVE_CHECK=true in config/variables.env, restart the instance and run 'bin/run-script scripts/backfill_project_image_name.mjs' to initialise TexLive image in existing projects`,
]
)
})
@@ -660,7 +660,7 @@ describe('ServerCEScripts', function () {
}),
[
`'project.imageName' is not set for some projects`,
`Set SKIP_TEX_LIVE_CHECK=true in config/variables.env, restart the instance and run 'bin/run-script scripts/backfill_project_image_name.js' to initialise TexLive image in existing projects`,
`Set SKIP_TEX_LIVE_CHECK=true in config/variables.env, restart the instance and run 'bin/run-script scripts/backfill_project_image_name.mjs' to initialise TexLive image in existing projects`,
]
)
})