mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
Fix typo on namespace (#6252)
This commit is contained in:
parent
93f3daa4ef
commit
6de13bb4b7
@ -120,7 +120,7 @@ function main(args) {
|
|||||||
setContext(args);
|
setContext(args);
|
||||||
useContext(args);
|
useContext(args);
|
||||||
let namespaces: string [];
|
let namespaces: string [];
|
||||||
if (namespaces === undefined || args.namespace === null || args.namespace === 'default') {
|
if (namespaces === undefined || args.namespaces === null || args.namespaces === 'default') {
|
||||||
logger.info(`No namespaces provided. Fetch all of them`);
|
logger.info(`No namespaces provided. Fetch all of them`);
|
||||||
namespaces = getNamespaces();
|
namespaces = getNamespaces();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user