diff --git a/deploy.sh b/deploy.sh index 59f0278..3d24c33 100755 --- a/deploy.sh +++ b/deploy.sh @@ -13,7 +13,7 @@ GITPATH="$CURRENTDIR/" # this file should be in the base of your git repository # svn config SVNPATH="/tmp/$PLUGINSLUG" # path to a temp SVN repo. No trailing slash required and don't add trunk. SVNURL="http://plugins.svn.wordpress.org/social-connect/" # Remote SVN repo on wordpress.org, with no trailing slash -SVNUSER="thenbrent" # your svn username +SVNUSER="rodrigosprimo" # your svn username # Let's begin...