We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed5dfe commit 17bf456Copy full SHA for 17bf456
.travis/install_utplsql.sh
@@ -3,9 +3,9 @@ set -ev
3
cd $(dirname $(readlink -f $0))
4
5
# Download the specified version of utPLSQL.
6
- UTPLSQL_VERSION="v3.0.4"
7
- UTPLSQL_FILE="utPLSQL"
8
- curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION/$UTPLSQL_FILE.tar.gz"
+UTPLSQL_VERSION="v3.0.4"
+UTPLSQL_FILE="utPLSQL"
+curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION/$UTPLSQL_FILE.tar.gz"
9
10
# Download develop branch of utPLSQL.
11
#UTPLSQL_VERSION="develop"
0 commit comments