mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Fix typo for replacing identity host (#1828)
This commit is contained in:
@@ -25,8 +25,8 @@ const options = {
|
||||
appConfig.aosHost = appConfig.aosHost.replace('{protocol}//{hostname}{:port}', API_AOS_HOST);
|
||||
}
|
||||
},
|
||||
indentityHost: {
|
||||
flags: '-i, --indentity-host',
|
||||
identityHost: {
|
||||
flags: '-i, --identity-host',
|
||||
description: "set identityHost's value with IDENTITY_HOST",
|
||||
set: (appConfig) => {
|
||||
appConfig.authType = 'OAUTH';
|
||||
|
Reference in New Issue
Block a user