diff options
-rwxr-xr-x | distribute.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute.sh b/distribute.sh index 89f2d04..543228a 100755 --- a/distribute.sh +++ b/distribute.sh @@ -10,7 +10,7 @@ gpg --clearsign --yes $SRC_NAME.tar.gz.directive #upload results to ftp. cmdftp ftp-upload.gnu.org<<EOF -cd /incoming/alpha +cd /incoming/ftp u $SRC_NAME.tar.gz . u $SRC_NAME.tar.gz.sig . u $SRC_NAME.tar.gz.directive.asc . |