diff --git a/deploy-dotorg.sh b/deploy-dotorg.sh index e9e3e8a88f..b7f1ab8f09 100755 --- a/deploy-dotorg.sh +++ b/deploy-dotorg.sh @@ -112,7 +112,7 @@ for THEME_SLUG in */ ; do rsync -rc --delete --include=theme.json --exclude-from $IGNORE_FILE ./$THEME_SLUG/ $SVN_DIR/$THEME_VERSION # Remove the wpcom-specific tags used in some themes - find $SVN_DIR/$THEME_VERSION/style.css -type f -exec sed -i '' 's/, auto-loading-homepage//g' {} \; + find $SVN_DIR/$THEME_VERSION/style.css -type f -exec sed -i '' 's/, auto-loading-homepage//g' {} \; # Remove files from the previous version svn status $SVN_DIR/$THEME_VERSION | grep "^\!" | sed 's/^\! *//g' | xargs svn rm;