diff --git a/src/config.ts b/src/config.ts index cacc5f88..942b3e23 100644 --- a/src/config.ts +++ b/src/config.ts @@ -302,7 +302,7 @@ function getConfigMeta(): NonNullable { isPasswordPathOptionUsed: isCommandLineOptionPresent( process.argv, "--pantalaimon-password-path" - ) ?? isCommandLineOptionPresent( + ) || isCommandLineOptionPresent( process.argv, "--password-path" ),