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

Skip to content

Commit 4cb84d5

Browse files
committed
Fix sqlcl download script error.
1 parent 4eceba2 commit 4cb84d5

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
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
if [ ! $HOME/.cache/$SQLCL_FILE ]; then
4+
if [ ! -d $HOME/.cache/sqlcl ]; then
55
.travis/download.sh -p sqlcl
66
unzip -q $SQLCL_FILE
77
bash mv sqlcl $HOME/.cache

0 commit comments

Comments
 (0)