Update check script with new nexus conventions

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@881269 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/check_staged_release.sh b/check_staged_release.sh
index feb1d6c..232c5cb 100755
--- a/check_staged_release.sh
+++ b/check_staged_release.sh
@@ -25,7 +25,7 @@
  wget \
   -r -np "--reject=html,txt" "--follow-tags=" \
   -P "${DOWNLOAD}/${STAGING}" -nH "--cut-dirs=3" --ignore-length --no-check-certificate \
-  "http://repository.apache.org/content/repositories/felix-staging-${STAGING}/org/apache/felix/"
+  "http://repository.apache.org/content/repositories/orgapachefelix-${STAGING}/org/apache/felix/"
 
 else
  echo "################################################################################"