diff --git a/apxtri/setup/setup.sh b/apxtri/setup/setup.sh index c5a01c9..55b3deb 100755 --- a/apxtri/setup/setup.sh +++ b/apxtri/setup/setup.sh @@ -41,7 +41,7 @@ if [ -z "$tribe" ]; then echo "Tribe must be defined" help else - if [ "$url" == "newtribe"]; then + if [ "$url" == "newtribe" ]; then mkdir -p "${tribe}" else wget "${url}/${tribe}/setup.objects.tar.gz"