Skip to content

Commit

Permalink
update to @lando/core#8f807a3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 25, 2023
1 parent d889075 commit 31ea759
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 1,110 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"dependencies": {
"@lando/argv": "^1.1.0",
"@lando/core": "github:lando/core#869e3e6",
"@lando/core": "github:lando/core#8f807a3",
"@lando/core-next": "github:lando/core-next#183d75d",
"@oclif/core": "^3.5.0",
"@oclif/parser": "^3.8.17",
Expand Down
2 changes: 1 addition & 1 deletion utils/load-envars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module.exports = prefix => {
// map to key/pair values
.map(key => ([
require('lodash/camelCase')(key.replace(`${prefix}_`, '')),
exports.tryConvertJson(process.env[key]),
require('@lando/core/utils/try-convert-json')(process.env[key]),
])));
};
Loading

0 comments on commit 31ea759

Please sign in to comment.