diff --git a/packages/bruno-cli/src/commands/run.js b/packages/bruno-cli/src/commands/run.js index 58054be8a..1961b2ac0 100644 --- a/packages/bruno-cli/src/commands/run.js +++ b/packages/bruno-cli/src/commands/run.js @@ -94,7 +94,7 @@ const printRunSummary = (results) => { }; const createCollectionFromPath = (collectionPath) => { - const environmentsPath = `${collectionPath}/environments`; + const environmentsPath = path.join(collectionPath, `environments`); const getFilesInOrder = (collectionPath) => { let collection = { pathname: collectionPath