Skip to content

Commit f9cea7f

Browse files
authored
Update install_docs_from_release.sh
1 parent 7dc1da8 commit f9cea7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_docs_from_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RELEASE="$2"
88

99
# If no release is specified, download the latest release
1010
if [ "$RELEASE" == "" ]; then
11-
RELEASE=$(curl -s "https://api.github.com/repos/MicrosoftDocs/executable-docs/releases/latest" | jq -r '.tag_name')
11+
RELEASE=$(curl -s "https://api.github.com/repos/MicrosoftDocs/executable-docs/releases/latest" | jq -r ".tag_name")
1212
fi
1313

1414
# Set a default scenarios file

0 commit comments

Comments
 (0)