We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac02291 commit b34590aCopy full SHA for b34590a
src/snowflake/cli/_app/snow_connector.py
@@ -274,7 +274,7 @@ def _load_pem_to_der(private_key_pem: SecretType) -> SecretType:
274
and private_key_passphrase.value is None
275
):
276
raise ClickException(
277
- "Encrypted private key, you must provide the"
+ "Encrypted private key, you must provide the "
278
"passphrase in the environment variable PRIVATE_KEY_PASSPHRASE"
279
)
280
0 commit comments