Actually do upload.

Signed-off-by: Jan Vidar Krey <janvidar@extatic.org>
This commit is contained in:
Jan Vidar Krey 2009-03-23 23:45:39 +01:00
parent cb6190c5b4
commit b3d3dcdb44
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ function export_binaries
function upload_pkg
{
if [ -f $1 ]; then
echo scp $1 ${URL_ARCHIVE}
scp $1 ${ARCHIVE}
fi
}