diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-22 02:28:10 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-22 02:28:10 +0000 |
commit | ab50db936a5cb3105bb0696b6e26fdca05b5ebc2 (patch) | |
tree | 68b4c9eb5880a25680255a40ad99c364db6433ab /site | |
parent | 8624934bb83a3bcecaf215e6ce33c81763755076 (diff) |
Updating website sync script
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777355 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'site')
-rw-r--r-- | site/bin/sync | 2 |
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) |