summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-28 21:34:31 +0100
committerwartung <wartung@vm-staticweb.spline.inf.fu-berlin.de>2015-01-28 21:35:52 +0100
commit908673589119585ee7ee94531e77d9bc9738fd6a (patch)
tree198680a5a329f4eabb7d494ca3d4fcaf1f47de10
parent3716cdf9ba5ae6f6f2e184e338142ff089b314f7 (diff)
downloadhooks-908673589119585ee7ee94531e77d9bc9738fd6a.tar.gz
hooks-908673589119585ee7ee94531e77d9bc9738fd6a.tar.bz2
hooks-908673589119585ee7ee94531e77d9bc9738fd6a.zip
post-receive.cyrax-build: Fix whitespaces.
-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