We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24810f commit 74ace2aCopy full SHA for 74ace2a
settings.js
@@ -44,7 +44,7 @@ let settings = {
44
'tinker': true
45
},
46
47
- tachyonMeta: 'https://tachyon-ci.particle.io/meta',
+ tachyonMeta: 'https://linux-dist.particle.io/meta',
48
tachyonCacheLimitGB: 10
49
};
50
src/lib/download-manager.js
@@ -33,7 +33,7 @@ class DownloadManager {
33
}
34
35
36
- async fetchManifest({ version = 'latest', isRb3Board = false }) {
+ async fetchManifest({ version = 'stable', isRb3Board = false }) {
37
const type = isRb3Board ? 'rb3g2' : 'tachyon';
38
const metadataUrl = `${settings.tachyonMeta}/${type}-${encodeURIComponent(version)}.json`;
39
0 commit comments