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

Skip to content

Commit f30dc44

Browse files
committed
Calling sh before download.sh.
1 parent ece2101 commit f30dc44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis/download_sqlcl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
cd .travis
55
if [ ! -d $HOME/.cache/sqlcl ]; then
6-
download.sh -p sqlcl
6+
sh download.sh -p sqlcl
77
unzip -q $SQLCL_FILE
88
bash mv sqlcl $HOME/.cache
99
rm -f $SQLCL_FILE

0 commit comments

Comments
 (0)