Skip to content

Commit

Permalink
HOTFIX: minor change to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Apr 29, 2014
1 parent f04bcaf commit 9a1184a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/create-release/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ echo "Copying release documentation"
rc_docs_folder=${rc_folder}-docs
ssh $USER_NAME@people.apache.org \
mkdir /home/$USER_NAME/public_html/$rc_docs_folder
rsync -r _site/* $USER_NAME@people.apache.org /home/$USER_NAME/public_html/$rc_docs_folder
rsync -r _site/* $USER_NAME@people.apache.org:/home/$USER_NAME/public_html/$rc_docs_folder

echo "Release $RELEASE_VERSION completed:"
echo "Git tag:\t $GIT_TAG"
Expand Down

0 comments on commit 9a1184a

Please sign in to comment.