Skip to content

Commit b34590a

Browse files
Fix typo in error message
1 parent ac02291 commit b34590a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/cli/_app/snow_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def _load_pem_to_der(private_key_pem: SecretType) -> SecretType:
274274
and private_key_passphrase.value is None
275275
):
276276
raise ClickException(
277-
"Encrypted private key, you must provide the"
277+
"Encrypted private key, you must provide the "
278278
"passphrase in the environment variable PRIVATE_KEY_PASSPHRASE"
279279
)
280280

0 commit comments

Comments
 (0)