mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Merge pull request #1526 from wwelling/patch-1
[Issue 1525] 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