From 5f1def289865bc3a814157bb73580f5e21672ee1 Mon Sep 17 00:00:00 2001 From: Ron Anderson Date: Tue, 23 Jun 2015 15:33:24 -0500 Subject: [PATCH] Omaha #4442 Fix template change that broke locking for extensions. Change-Id: I1c6d673db53534e1e3badeb2c55eec74422821c8 Former-commit-id: 739b40303f3bd33973594a87eeb7f07700b51985 --- .../utility/common_static/base/warngen/VM_global_library.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/VM_global_library.vm b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/VM_global_library.vm index 6f758ecc01..60f8b9a76f 100755 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/VM_global_library.vm +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/VM_global_library.vm @@ -345,7 +345,7 @@ ISSUED BY NATIONAL WEATHER SERVICE ${backupSite} #macro(headlineext $officeLoc $backupSite $extend) #if($extend) -#set($issueVar = "extended a") +#set($issueVar = "extended the") #else #set($issueVar = "issued a") #end