fix(core): update

This commit is contained in:
2022-07-28 10:10:39 +02:00
parent e539489901
commit f06c9f186f
7 changed files with 32 additions and 48 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/qenv',
version: '5.0.0',
version: '5.0.1',
description: 'easy promised environments'
}

View File

@ -111,8 +111,8 @@ export class Qenv {
envVarFromEnvironmentVariable,
envVarFromEnvJsonFile,
envVarFromDockerSecret,
dockerSecretJson
].forEach(candidate => {
dockerSecretJson,
].forEach((candidate) => {
if (candidate) {
availableCcandidates.push(candidate);
}