From 17fccf6e9f5dfb8d32087670725a7987831fb026 Mon Sep 17 00:00:00 2001
From: Abhay <bios@amazon.com>
Date: Thu, 18 May 2023 15:04:01 -0700
Subject: [PATCH] fixing var

(cherry picked from commit bbea713c5297d153d9e3e8946b532c8475c09eb3)
---
 provider/indexer-aws/src/main/resources/application.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provider/indexer-aws/src/main/resources/application.properties b/provider/indexer-aws/src/main/resources/application.properties
index e7862f686..6529bf15a 100644
--- a/provider/indexer-aws/src/main/resources/application.properties
+++ b/provider/indexer-aws/src/main/resources/application.properties
@@ -44,7 +44,7 @@ aws.elasticache.cluster.schema.expiration=60
 
 # AWS user agent variables
 aws.disableUserAgent=${DISABLE_USER_AGENT}
-aws.osduVersion={OSDU_VERSION}
+aws.osduVersion=${OSDU_VERSION}
 
 # Maximum size of cache value
 MAX_CACHE_VALUE_SIZE=1000
-- 
GitLab