Fix betas location for buildbot

This commit is contained in:
Oliver Blanthorn 2019-07-06 22:21:02 +01:00
parent 110f955d84
commit 59aabd99d8
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -86,7 +86,7 @@ async function main() {
// Make and write updates.json
save_manifest(
"../public_html/betas/updates.json",
"../../public_html/betas/updates.json",
make_update_json(manifest.version),
)