Skip to content

Commit 6619838

Browse files
committed
refactor: renames environmentVariableSubstitution -> substituteDirective
1 parent 5afaa3c commit 6619838

File tree

3 files changed

+50
-48
lines changed

3 files changed

+50
-48
lines changed

app-config-default-extensions/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
extendsSelfDirective,
2424
overrideDirective,
2525
timestampDirective,
26-
environmentVariableSubstitution,
26+
substituteDirective,
2727
} = require('@app-config/extensions');
2828

2929
const { default: encryptedDirective } = require('@app-config/encryption');
@@ -42,7 +42,7 @@ module.exports = {
4242
overrideDirective(),
4343
encryptedDirective(symmetricKey),
4444
timestampDirective(),
45-
environmentVariableSubstitution(aliases, environmentOverride, environmentSourceNames),
45+
substituteDirective(aliases, environmentOverride, environmentSourceNames),
4646
gitRefDirectives(),
4747
];
4848
},

0 commit comments

Comments
 (0)