diff --git a/deploy.sh b/deploy.sh index fdde15d2..923f4ecd 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/$PLUGINSLUG/" # Remote SVN repo on wordpress.org, with trailing slash -SVNUSER="rajuru" # your svn username +SVNUSER="sparkpost" # your svn username # Let's begin...