summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libretools.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index ff989f0..4b1973a 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -37,7 +37,7 @@ ABSLIBRESEND=ssh://git@projects.parabolagnulinux.org:1863/srv/git/abslibre.git
## Where to upload packages to
# '/staging/' is appended; this is for compatability with previous versions.
-REPODEST=repo@repo:/srv/http/repo/staging-$LIBREUSER
+REPODEST=repo@repo:/srv/http/repo/staging/$LIBREUSER
## Assumes something similar in your .ssh/config:
# Host repo
# Port 1863