From b9658f79c79727e07d481163e53a265b164447d8 Mon Sep 17 00:00:00 2001 From: zramsay Date: Tue, 12 Dec 2023 14:54:19 +0000 Subject: [PATCH] fix (#9) Co-authored-by: zramsay Reviewed-on: https://git.vdb.to/cerc-io/test-progressive-web-app/pulls/9 Reviewed-by: David Boreham --- 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"