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 74ace2a commit 85a895aCopy full SHA for 85a895a
src/cmd/app.js
@@ -15,7 +15,7 @@ const { platformForId } = require('../lib/platform');
15
16
const _ = require('lodash');
17
18
-const DOCKER_CONFIG_URL = 'https://tachyon-ci.particle.io/alpha-assets/2ea71ce0afce170affb38d162a1e3460.json';
+const DOCKER_CONFIG_URL = 'https://linux-dist.particle.io/alpha-assets/2ea71ce0afce170affb38d162a1e3460.json';
19
const PARTICLE_ENV_FILE = '.particle_env.yaml';
20
21
module.exports = class AppCommands extends CLICommandBase {
0 commit comments