mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Fix betas location for buildbot
This commit is contained in:
parent
110f955d84
commit
59aabd99d8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ async function main() {
|
||||||
|
|
||||||
// Make and write updates.json
|
// Make and write updates.json
|
||||||
save_manifest(
|
save_manifest(
|
||||||
"../public_html/betas/updates.json",
|
"../../public_html/betas/updates.json",
|
||||||
make_update_json(manifest.version),
|
make_update_json(manifest.version),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue