We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4026101 commit 7dc1da8Copy full SHA for 7dc1da8
scripts/install_docs_from_release.sh
@@ -8,7 +8,7 @@ RELEASE="$2"
8
9
# If no release is specified, download the latest release
10
if [ "$RELEASE" == "" ]; then
11
- 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')
12
fi
13
14
# Set a default scenarios file
0 commit comments