Just a small typo in the nightly path that messed it all up.

This commit is contained in:
Jorrit Wronski
2014-12-08 21:05:58 +01:00
parent 079ce2545f
commit c7bba4d7ba

View File

@@ -53,7 +53,7 @@ else
if [ "$CPVERSION" = "nightly" ]; then
RSYNC_OPTS="-a --no-perms -z --stats --delete"
rm -rf "$BINFOLDER/docs"
#CPVERSION="$CPVERSION"/$(date +%F)
CPVERSION="$CPVERSION"/ #$(date +%F)
else
RSYNC_OPTS="-a --no-perms -z --stats"
echo " "