We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd37924 commit dfc2af1Copy full SHA for dfc2af1
deploy.sh
@@ -22,7 +22,7 @@ SVNURL="https://plugins.svn.wordpress.org/$PLUGINSLUG/" # Remote SVN repo on wor
22
SVNUSER=$(cat ~/.subversion/auth/svn.simple/* | grep -A4 $(echo $SVNURL | awk -F// '{print $2}' | cut -d'/' -f1) | tail -n1)
23
if [ -z "$SVNUSER" ]
24
then
25
- SVNUSER="rtcamp"
+ SVNUSER="chandrapatel"
26
fi
27
28
0 commit comments