Skip to content

Commit ccd66a9

Browse files
authored
Update cli.js
1 parent 207ba95 commit ccd66a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const deployStack = function (options) {
125125
let resultErrors = null
126126
let stackOutputData = {}
127127
let stackParamteres = {}
128-
if (fs.existsSync(configFolder, stackConfigFile)) {
128+
if (fs.existsSync(path.resolve(configFolder, stackConfigFile))) {
129129
const stackFileContent = fs.readFileSync(path.resolve(configFolder, stackConfigFile))
130130
stackOutputData = JSON.parse(stackFileContent.toString())
131131
Object.keys(stackOutputData).map(stackName => {

0 commit comments

Comments
 (0)