mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fixed non-existing color in setenv script
This commit is contained in:
@@ -47,7 +47,7 @@ const processEnv = {
|
||||
import(environmentFilePath)
|
||||
.then((file) => generateEnvironmentFile(merge.all([commonEnv, file.environment, processEnv])))
|
||||
.catch(() => {
|
||||
console.log(colors.orange.bold(`No specific environment file found for ` + environment));
|
||||
console.log(colors.yellow.bold(`No specific environment file found for ` + environment));
|
||||
generateEnvironmentFile(merge(commonEnv, processEnv))
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user