summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/bin/sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/bin/sync b/site/bin/sync
index 65b3380f19..dccc921acb 100644
--- a/site/bin/sync
+++ b/site/bin/sync
@@ -3,7 +3,7 @@ export PATH
# Cleanup in case something went wrong from last time
# This was happening frequently with all svn changes
-(cd "/www/tuscany.apache.org/"; svn cleanup --quiet)
+(cd "/www/tuscany.apache.org/"; svn cleanup)
# Make sure we have the latest content
(cd "/www/tuscany.apache.org/"; svn up --quiet)