We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dcb34 commit 38b466fCopy full SHA for 38b466f
1 file changed
scripts/deploy-wp-plugin.sh
@@ -110,7 +110,7 @@ mkdir -p $RELEASEPATH/assets/
110
svn update --quiet $RELEASEPATH/assets --set-depth infinity
111
echo "Clearing SVN repo assets so we can overwrite it"
112
rm -rf $RELEASEPATH/assets/*
113
-echo "Copying assets fiels to SVN assets"
+echo "Copying assets files to SVN assets"
114
cp -R $SOURCEPATH/.wordpress/* $RELEASEPATH/assets/
115
116
echo "Updating WordPress plugin assets and committing"
0 commit comments