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

Skip to content

Commit c786d8d

Browse files
committed
Changes on download tool.
1 parent 129afde commit c786d8d

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
@@ -6,5 +6,5 @@ if [ ! -d $HOME/.cache/sqlcl ]; then
66
sh download.sh -p sqlcl
77
unzip -q sqlcl-4.2.0.16.355.0402-no-jre.zip
88
rm -f sqlcl-4.2.0.16.355.0402-no-jre.zip
9-
bash mv sqlcl $HOME/.cache/
9+
mv sqlcl $HOME/.cache/
1010
fi;

0 commit comments

Comments
 (0)