Skip to content

Commit 38b466f

Browse files
committed
fix typo
1 parent 68dcb34 commit 38b466f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy-wp-plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ mkdir -p $RELEASEPATH/assets/
110110
svn update --quiet $RELEASEPATH/assets --set-depth infinity
111111
echo "Clearing SVN repo assets so we can overwrite it"
112112
rm -rf $RELEASEPATH/assets/*
113-
echo "Copying assets fiels to SVN assets"
113+
echo "Copying assets files to SVN assets"
114114
cp -R $SOURCEPATH/.wordpress/* $RELEASEPATH/assets/
115115

116116
echo "Updating WordPress plugin assets and committing"

0 commit comments

Comments
 (0)