From 4dc481fe538119abff100e73ffd0870281413669 Mon Sep 17 00:00:00 2001 From: Henry Boldizsar Date: Tue, 4 Jan 2022 21:45:10 -0600 Subject: [PATCH] Fix typo in `yq` command Co-authored-by: Antonio Salazar Cardozo --- scripts/update-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-version.sh b/scripts/update-version.sh index 99c11936df..22e087f206 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -20,5 +20,5 @@ echo "$(jq ".version=\"$npm_package_version\"" manifest/manifest.json | yarn -s git add manifest/manifest.json # Add version to bug template and stage for version bump commit. -yq e -i '.body[] |= select(has("id")) |= select(.id == "version").attributes.option = ["Community Edition v'$npm_package_version'"] + select(.id == "version").attributes.options' .github/ISSUE_TEMPLATE/BUG.yml +yq e -i '.body[] |= select(has("id")) |= select(.id == "version").attributes.options = ["Community Edition v'$npm_package_version'"] + select(.id == "version").attributes.options' .github/ISSUE_TEMPLATE/BUG.yml git add .github/ISSUE_TEMPLATE/BUG.yml \ No newline at end of file