diff --git a/packaging/update-wiki.sh b/packaging/update-wiki.sh index 17c280ef84..6ea1a4219c 100755 --- a/packaging/update-wiki.sh +++ b/packaging/update-wiki.sh @@ -3,7 +3,7 @@ git config --global user.email "orabot@users.noreply.github.com" git config --global user.name "orabot" -echo "Updating https://github.com/OpenRA/OpenRA/wiki/Traits" +echo "Updating https://github.com/OpenRA/OpenRA/wiki/" rm -rf $HOME/openra-wiki git clone git@github.com:OpenRA/OpenRA.wiki.git $HOME/openra-wiki cp -fr ../DOCUMENTATION.md $HOME/openra-wiki/Traits.md