Skip to content

Commit 8f51082

Browse files
committed
fix: typo in china arn
1 parent d044b41 commit 8f51082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottlecap/src/bin/bottlecap/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ async fn register(client: &reqwest::Client) -> Result<RegisterResponse> {
157157

158158
fn build_function_arn(account_id: &str, region: &str, function_name: &str) -> String {
159159
let arn_prefix = if region.starts_with("cn-") {
160-
"aws-ch"
160+
"aws-cn"
161161
} else {
162162
"aws"
163163
};

0 commit comments

Comments
 (0)