Skip to content

Commit

Permalink
Use correct release number to download content
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaum committed Jan 11, 2022
1 parent d90b7ec commit 52092aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir -p sumologic-getting-started
cd sumologic-getting-started

## Download the Terraform and script content
curl -sSL "https://github.com/SumoLogic/sumologic-solution-templates/releases/download/0.0.1-28c5555/software-development-optimization.tar.gz" -O
curl -sSL "https://github.com/SumoLogic/sumologic-solution-templates/releases/download/v0.0.1/software-development-optimization-0.0.1.tar.gz" -O
tar -xzf software-development-optimization.tar.gz
if [ $? -ne 0 ]; then
echo "Error: Unable to untar the automation content"
Expand Down

0 comments on commit 52092aa

Please sign in to comment.