From 834538b33674477d5fc367dd81545e7e696894e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 19 Oct 2014 14:13:10 +0200 Subject: [PATCH] not just Traits anymore --- packaging/update-wiki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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