From da97eb51f39bfe7915e0af294ac367c8f88e8b17 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 27 Aug 2026 14:47:29 +0200 Subject: [PATCH] fix: shorter master ioc description for deployed version record --- services/master/current/ioc/MASTER.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/master/current/ioc/MASTER.template b/services/master/current/ioc/MASTER.template index f8c1814..e335cf0 100644 --- a/services/master/current/ioc/MASTER.template +++ b/services/master/current/ioc/MASTER.template @@ -176,7 +176,7 @@ record(stringout, "AGEBD-ALH$(SUFFIX):$(SERVICE)-VERSION"){ } record(stringout, "AGEBD-ALH$(SUFFIX):$(SERVICE)-VERSION-DEPLOYED"){ - field(DESC, "$(SERVICE) version that is deployed but not necessarily yet running") + field(DESC, "$(SERVICE) deployed version") field(ASG, "PROTECTED") }