Skip to content

Commit f9cea7f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install_docs_from_release.sh

Lines changed: 1 addition & 1 deletion
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)