From 1634a2a5072952eccc361cac6a86bd741f1657a0 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Fri, 1 Sep 2023 18:11:04 +0000 Subject: [PATCH] Fixing typo. Updating to version 1.1.1 --- entrypoint.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5962d1d..993e07b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,7 +21,7 @@ if [ -f "/home/extensions.json" ]; then jsonExtensions=$(cat /home/extensions.json) # Use jq to extract the extension parameter from the JSON array - extensions=$(echo $jsonExtensions | jq -r '.[].extensionsGroup[].extensions[].uniqueIdentifier') + extensions=$(echo $jsonExtensions | jq -r '.[].extensionsGroup.extensions[].uniqueIdentifier') # Loop through the extensions and process each element for extension in $extensions; do diff --git a/version.txt b/version.txt index 1cc5f65..8cfbc90 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.1.1 \ No newline at end of file