Fix typo for replacing identity host (#1828)

This commit is contained in:
arditdomi 2020-11-27 11:00:20 +00:00 committed by GitHub
parent 00ed65e1c0
commit 2491e9c421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';