From bfea2bb72cb8771314c4b5b9241483d6f6fa5f18 Mon Sep 17 00:00:00 2001
From: Michail Resvanis <mresvani@redhat.com>
Date: Tue, 13 Aug 2024 13:02:27 +0300
Subject: [PATCH] Fix incorrect context message

Signed-off-by: Michail Resvanis <mresvani@redhat.com>
---
 src/ocp_postprocess/cluster_domain_rename.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ocp_postprocess/cluster_domain_rename.rs b/src/ocp_postprocess/cluster_domain_rename.rs
index e954b587..c3bbdd5d 100644
--- a/src/ocp_postprocess/cluster_domain_rename.rs
+++ b/src/ocp_postprocess/cluster_domain_rename.rs
@@ -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,