Skip to content

Commit

Permalink
Fix incorrect context message
Browse files Browse the repository at this point in the history
Signed-off-by: Michail Resvanis <[email protected]>
  • Loading branch information
mresvanis committed Dec 5, 2024
1 parent a3ebc70 commit 765aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocp_postprocess/cluster_domain_rename.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ async fn fix_etcd_resources(
.context("fixing routes")?;
etcd_rename::fix_controller_config(etcd_client, &generated_infra_id, cluster_domain)
.await
.context("fixing routes")?;
.context("fixing controller config")?;
etcd_rename::delete_resources(etcd_client).await.context("fixing kcm pods")?;
etcd_rename::fix_oauth_client(
etcd_client,
Expand Down

0 comments on commit 765aaa9

Please sign in to comment.