aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 76f51802..dbeb6c3d 100644
--- a/build.xml
+++ b/build.xml
@@ -643,7 +643,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
sftp="false" verbose="true" trust="true" />
<scp
localFile="build/utils-mavenPublish/utils-mavenPublish.tar.bz2"
- todir="${ssh.username}@projectlombok.org:/staging"
+ todir="${ssh.username}@projectlombok.org:/data/lombok/staging"
keyfile="${ssh.keyfile}" passphrase=""
sftp="false" verbose="true" trust="true" />
<sshexec