Merge "Omaha #4442 Fix template change that broke locking for extensions." into omaha_16.1.1

Former-commit-id: 86352542c9cae7142c252432e09cc79a9a99ceaa
This commit is contained in:
Ron Anderson 2015-06-24 09:47:04 -05:00 committed by Gerrit Code Review
commit 8ac47a3636

View file

@ -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