From 7dc1da8ad8fe18132763fd865656cd79b487f9ea Mon Sep 17 00:00:00 2001 From: naman-msft <146123940+naman-msft@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:31:04 -0700 Subject: [PATCH] Update install_docs_from_release.sh --- scripts/install_docs_from_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_docs_from_release.sh b/scripts/install_docs_from_release.sh index 541280d..70ff619 100644 --- a/scripts/install_docs_from_release.sh +++ b/scripts/install_docs_from_release.sh @@ -8,7 +8,7 @@ RELEASE="$2" # If no release is specified, download the latest release if [ "$RELEASE" == "" ]; then - RELEASE=curl -s "https://api.github.com/repos/MicrosoftDocs/executable-docs/releases/latest" | jq -r '.tag_name' + RELEASE=$(curl -s "https://api.github.com/repos/MicrosoftDocs/executable-docs/releases/latest" | jq -r '.tag_name') fi # Set a default scenarios file