summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpost-receive.cyrax-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive.cyrax-build b/post-receive.cyrax-build
index d4ae3f2..af16c05 100755
--- a/post-receive.cyrax-build
+++ b/post-receive.cyrax-build
@@ -6,7 +6,7 @@ while read old new ref ; do
BRANCH="${ref#refs/heads/}"
if [ "$BRANCH" = "master" ]; then
- TARGET_DIR="${WEB_BASE}/www.spline.de/htdocs/"
+ TARGET_DIR="${WEB_BASE}/www.spline.de/htdocs/"
URL="https://www.spline.de/"
RELATIVE=""
else