fix: cli envs path resolution

This commit is contained in:
lohxt1 2024-12-06 17:47:27 +05:30
parent 915ebf3387
commit d4616c78c8

View File

@ -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