diff --git a/deploy.sh b/deploy.sh index 9ce10f6..45ff24b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,10 +5,10 @@ # main config PLUGINSLUG="github-embed" CURRENTDIR=`pwd` -MAINFILE="github-oembed.php" # this should be the name of your main php file in the wordpress plugin +MAINFILE="github-embed.php" # this should be the name of your main php file in the wordpress plugin # git config -GITPATH="$CURRENTDIR/" # this file should be in the base of your git repository +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.