diff --git a/releasing/plugin-commands-publishing/src/otp.ts b/releasing/plugin-commands-publishing/src/otp.ts index 7bdc078e58..a6b5b5604b 100644 --- a/releasing/plugin-commands-publishing/src/otp.ts +++ b/releasing/plugin-commands-publishing/src/otp.ts @@ -278,8 +278,8 @@ export class OtpWebAuthTimeoutError extends PnpmError { export class OtpNonInteractiveError extends PnpmError { constructor () { - super('OTP_NON_INTERACTIVE', 'The registry requires additional authentication, but pnpm is not running in an interactive terminal.', { - hint: 'Re-run this command in an interactive terminal to complete authentication, or provide the --otp option if you are using a classic one-time password (OTP).', + super('OTP_NON_INTERACTIVE', 'The registry requires additional authentication, but pnpm is not running in an interactive terminal', { + hint: 'Re-run this command in an interactive terminal to complete authentication, or provide the --otp option if you are using a classic one-time password (OTP)', }) } }