mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-22 05:38:40 +01:00
Merge pull request #3601 from lohxt1/fix/cli--env
fix: cli -- envs path resolution
This commit is contained in:
commit
1e45725ba1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user