Skip to content

Commit

Permalink
Update install_docs_from_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-msft authored Aug 1, 2024
1 parent 6dc4ef3 commit 4026101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_docs_from_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RELEASE="$2"

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

# Set a default scenarios file
Expand Down

0 comments on commit 4026101

Please sign in to comment.