From 692906346e0dc64e41be03d4f2aa8b109b598015 Mon Sep 17 00:00:00 2001 From: zramsay Date: Tue, 12 Dec 2023 09:20:54 -0500 Subject: [PATCH] fix --- scripts/publish-app-record.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-app-record.sh b/scripts/publish-app-record.sh index 042ad9c..87a8cc7 100755 --- a/scripts/publish-app-record.sh +++ b/scripts/publish-app-record.sh @@ -14,7 +14,7 @@ rcd_desc=$(jq -r '.description' package.json | sed 's/null//') rcd_repository=$(jq -r '.repository' package.json | sed 's/null//') rcd_homepage=$(jq -r '.homepage' package.json | sed 's/null//') rcd_license=$(jq -r '.license' package.json | sed 's/null//') -rcd_author=$(jq -r '.license' package.json | sed 's/null//') +rcd_author=$(jq -r '.author' package.json | sed 's/null//') rcd_app_version=$(jq -r '.version' package.json | sed 's/null//') cat < "$CONFIG_FILE" -- 2.45.2