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

Skip to content

Commit 451e5ca

Browse files
committed
Rollback to old function syntax.
1 parent dbb93aa commit 451e5ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PRODUCT=""
55

66
# Call the casperjs script to return the download url.
77
# Then download the file using curl.
8-
function downloadFile {
8+
downloadFile() {
99
downloadUrl=$(exec casperjs download.js $ORACLE_OTN_USER $ORACLE_OTN_PASSWORD $1 $2)
1010
echo "DownloadURL: $downloadUrl"
1111
curl $downloadUrl -o $3

0 commit comments

Comments
 (0)