Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh committed Mar 12, 2024
1 parent cd6f587 commit 4caa11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/sink/snowflake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub struct SnowflakeCommon {
#[serde(rename = "snowflake.rsa_public_key_fp")]
pub rsa_public_key_fp: String,

/// The rsa pem key *without* encrption
/// The rsa pem key *without* encryption
#[serde(rename = "snowflake.private_key")]
pub private_key: String,

Expand Down

0 comments on commit 4caa11f

Please sign in to comment.