Skip to content

Commit 9d9b452

Browse files
committed
Fix FTP_ADDR
1 parent 62dccfb commit 9d9b452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ after_success:
2828
GITREV="`git show -s --format='%h'`"
2929
REV_NAME="nds-bootstrap-${TRAVIS_BRANCH}-${GITDATE}-${GITREV}.nds"
3030
cp nds-bootstrap.nds $REV_NAME
31-
lftp ftp://$FTP_LOGIN:$FTP_PASSWORD@FTP_ADDR -e "set net:timeout 5; set net:max-retries 2; put ${REV_NAME}; bye"
31+
lftp ftp://$FTP_LOGIN:$FTP_PASSWORD@$FTP_ADDR -e "set net:timeout 5; set net:max-retries 2; put ${REV_NAME}; bye"
3232
fi

0 commit comments

Comments
 (0)