Fixed directory

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-02-07 00:28:50 +00:00
parent 357c0a5500
commit 2baed3028e
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ if [ "$1" == "go" ]; then
fi
cd $HOME/repository-staging/to-ibiblio/maven2
CMD="rsync --exclude="README.txt" -e ssh $OPTS -avz maven@forge.objectweb.org:../../groups/maven/htdocs/maven2/org/objectweb org/objectweb"
CMD="rsync --exclude="README.txt" -e ssh $OPTS -avz maven@forge.objectweb.org:../../groups/maven/htdocs/maven2/org/objectweb org"
echo $CMD
$CMD