mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-22 04:31:35 +01:00
fix: cli envs path resolution
This commit is contained in:
parent
915ebf3387
commit
d4616c78c8
@ -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