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 6fae2f8 commit a33fbeaCopy full SHA for a33fbea
lib/cli/clirunner.js
@@ -8,7 +8,7 @@ const CodeRunner = require('../index'),
8
packageConfig = require(`${__dirname}/../../package.json`);
9
10
const UUID_PATTERN = '[A-F0-9\\-]{36}';
11
-const DEFAULT_REPO_PATH = '../repo/';
+const DEFAULT_REPO_PATH = '/var/lib/backendless/repo/';
12
13
logger.info('CodeRunner(tm) Backendless Debugging Utility');
14
logger.info(`Copyright(C) ${new Date().getFullYear()} Backendless Corp. All rights reserved. `);
0 commit comments