Skip to content

Commit 329ed42

Browse files
authored
Fix Tensorboard credentials environment variable (#1244)
1 parent 1df8532 commit 329ed42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { jitsuEventPayload, send } = require('../src/analytics');
1212

1313
const setupOpts = (opts) => {
1414
const legacyEnvironmentVariables = {
15-
TB_CREDENTIALS: 'CML_TENSORBOARD_DEV_CREDENTIALS',
15+
TB_CREDENTIALS: 'CML_TENSORBOARD_CREDENTIALS',
1616
DOCKER_MACHINE: 'CML_RUNNER_DOCKER_MACHINE',
1717
RUNNER_IDLE_TIMEOUT: 'CML_RUNNER_IDLE_TIMEOUT',
1818
RUNNER_LABELS: 'CML_RUNNER_LABELS',

0 commit comments

Comments
 (0)