Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Jan 3, 2025
1 parent 47bd6ab commit 8ab07d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/connector_common/iceberg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ impl IcebergCommon {
anyhow!("`warehouse.path` must be set in storage catalog")
})?)
.credential(self.gcs_credential.clone().ok_or_else(|| {
anyhow!("`gcs.gcs_credential` must be set in storage catalog")
anyhow!("`gcs.credential` must be set in storage catalog")
})?)
.build(),
)
Expand Down

0 comments on commit 8ab07d4

Please sign in to comment.