Skip to content

Commit a33fbea

Browse files
committed
fix (clirunner) path to backendless repo
1 parent 6fae2f8 commit a33fbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/clirunner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const CodeRunner = require('../index'),
88
packageConfig = require(`${__dirname}/../../package.json`);
99

1010
const UUID_PATTERN = '[A-F0-9\\-]{36}';
11-
const DEFAULT_REPO_PATH = '../repo/';
11+
const DEFAULT_REPO_PATH = '/var/lib/backendless/repo/';
1212

1313
logger.info('CodeRunner(tm) Backendless Debugging Utility');
1414
logger.info(`Copyright(C) ${new Date().getFullYear()} Backendless Corp. All rights reserved. `);

0 commit comments

Comments
 (0)