Skip to content

Commit

Permalink
Removing the unused openssl folder. Fixing the download script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Shields committed May 19, 2021
1 parent e2fbef7 commit 87aa105
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ getReleaseDownloadUrl() {
RELEASE="tags/$1"
fi

echo "https://api.github.com/repos/$REPO_ID/releases/$RELEASE"

curl --silent "https://api.github.com/repos/$REPO_ID/releases/$RELEASE" |
grep '"browser_download_url":' |
sed -E 's/.*"([^"]+)".*/\1/'
Expand Down
1 change: 0 additions & 1 deletion openssl
Submodule openssl deleted from 90cebd

0 comments on commit 87aa105

Please # to comment.