Skip to content

Commit 17bf456

Browse files
pesseSamuel Nitsche
authored andcommitted
Possible typo
1 parent aed5dfe commit 17bf456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis/install_utplsql.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ set -ev
33
cd $(dirname $(readlink -f $0))
44

55
# 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"
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"
99

1010
# Download develop branch of utPLSQL.
1111
#UTPLSQL_VERSION="develop"

0 commit comments

Comments
 (0)