fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/qenv',
|
||||
version: '5.0.0',
|
||||
version: '5.0.1',
|
||||
description: 'easy promised environments'
|
||||
}
|
||||
|
@ -111,8 +111,8 @@ export class Qenv {
|
||||
envVarFromEnvironmentVariable,
|
||||
envVarFromEnvJsonFile,
|
||||
envVarFromDockerSecret,
|
||||
dockerSecretJson
|
||||
].forEach(candidate => {
|
||||
dockerSecretJson,
|
||||
].forEach((candidate) => {
|
||||
if (candidate) {
|
||||
availableCcandidates.push(candidate);
|
||||
}
|
||||
|
Reference in New Issue
Block a user