Skip to content

Commit b80a7fb

Browse files
committed
Typo fix
1 parent 112e812 commit b80a7fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/transformers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Transformers {
5353
console.log(`\n[Transformer: ${name}] Execution starting`);
5454
console.log(
5555
`[Transformer: ${name}] Using config from stdlib.json: ` +
56-
`transformers[].config.local\n` +
56+
`transformers[].config['${this.environment}']\n` +
5757
`${JSON.stringify(transformer.config, null, 2)}`
5858
);
5959
let files = transformer.compile(process.cwd(), this.env[this.environment]);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lib.cli",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"description": "Command Line tools for Autocode - autocode.com",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)