Fix lint
This commit is contained in:
parent
933617d01b
commit
0968eef67e
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ export class Stack {
|
|||
|
||||
// Check if compose file name is different from compose.yaml
|
||||
const supportedFileNames = [ "compose.yaml", "compose.yml", "docker-compose.yml", "docker-compose.yaml" ];
|
||||
for (const filename of supportedFileNames){
|
||||
if (fs.existsSync(path.join(this.path, filename))){
|
||||
for (const filename of supportedFileNames) {
|
||||
if (fs.existsSync(path.join(this.path, filename))) {
|
||||
this._composeFileName = filename;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue