Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b77ae3c

Browse files
committed
Fixing utPLSQL-cli download script documentation
1 parent 4cdc7d4 commit b77ae3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/running-unit-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You may download the latest release of the command line client from [here](https
2424
```bash
2525
#!/bin/bash
2626
# Get the url to latest release "zip" file
27-
DOWNLOAD_URL=$(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL-cli/releases/latest | awk '/zipball_url/ { print $2 }' | sed -r 's/"|,//g')
27+
DOWNLOAD_URL=$(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL-cli/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip\"" | sed 's/"//g')
2828
# Download the latest release "zip" file
2929
curl -Lk "${DOWNLOAD_URL}" -o utplsql-cli.zip
3030
# Extract downloaded "zip" file

0 commit comments

Comments
 (0)