mirror of https://gitee.com/bigwinds/arangodb
typo (#4414)
This commit is contained in:
parent
9f7f03af44
commit
ebf1622b4e
|
@ -50,7 +50,7 @@ const RESET = require('internal').COLORS.COLOR_RESET;
|
|||
// //////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
function ldap (options) {
|
||||
print(`DAP FQDN is: ${options.ldapHost}:${options.ldapPort} ${options.caCertFilePath}`);
|
||||
print(`LDAP FQDN is: ${options.ldapHost}:${options.ldapPort} ${options.caCertFilePath}`);
|
||||
const results = { failed: 0 };
|
||||
const tests = [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue