Skip to content

Commit 74ace2a

Browse files
committed
change url and default channel for tachyon metadata
1 parent c24810f commit 74ace2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let settings = {
4444
'tinker': true
4545
},
4646

47-
tachyonMeta: 'https://tachyon-ci.particle.io/meta',
47+
tachyonMeta: 'https://linux-dist.particle.io/meta',
4848
tachyonCacheLimitGB: 10
4949
};
5050

src/lib/download-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class DownloadManager {
3333
}
3434
}
3535

36-
async fetchManifest({ version = 'latest', isRb3Board = false }) {
36+
async fetchManifest({ version = 'stable', isRb3Board = false }) {
3737
const type = isRb3Board ? 'rb3g2' : 'tachyon';
3838
const metadataUrl = `${settings.tachyonMeta}/${type}-${encodeURIComponent(version)}.json`;
3939

0 commit comments

Comments
 (0)