From f7d9a8a4c3fb6621b7efb85a07f4cadbbecfec70 Mon Sep 17 00:00:00 2001 From: Catalan Lover Date: Fri, 17 Jan 2025 23:11:43 +0100 Subject: [PATCH] Fix Silly Linting Error --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ),