mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
unwrap environment during conversion to yaml
This commit is contained in:
@@ -24,7 +24,7 @@ if (!fs.existsSync(envFullPath)) {
|
||||
}
|
||||
|
||||
try {
|
||||
const env = require(envFullPath);
|
||||
const env = require(envFullPath).environment;
|
||||
|
||||
const config = yaml.dump(env);
|
||||
if (args[1]) {
|
||||
|
Reference in New Issue
Block a user