Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu committed Jun 7, 2024
1 parent 7239288 commit 887bd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure/storage/workload_identity_credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub async fn get_workload_identity_token(config: &Config) -> anyhow::Result<Opti

if !rsp_status.is_success() {
return Err(anyhow::anyhow!(
"Failed to get token from working identity credential, rsp_status = {}, rsp_body = {}",
"Failed to get token from workload identity credential, rsp_status = {}, rsp_body = {}",
rsp_status,
rsp_body
));
Expand Down

0 comments on commit 887bd07

Please sign in to comment.