diff --git a/scripts/create-release.sh b/scripts/create-release.sh index a14cf830c..e47f1873f 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -138,7 +138,7 @@ cd svn echo "Exporting repository from subversion" -svn export -q https://svn.sourceforge.net/svnroot/phpmyadmin/$branch/phpMyAdmin +svn export -q https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/$branch/phpMyAdmin if [ $? -ne 0 ] ; then echo "Subversion checkout failed, bailing out"