Skip to content

Commit

Permalink
Merge branch 'develop' into release_1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 19, 2023
2 parents 11e6363 + 7004e3d commit f09f009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ As of 1.4.1 the `add-index`, `primary-key-add` and `primary-key-revert` commands
However, you can script this process in bash by getting a list of sites and looping over them:

```bash
for site in $(wp site list --field=url);
then
for site in $(wp site list --field=url); do
wp pantheon session add-index --url=$site
done
```
Expand Down
3 changes: 1 addition & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ As of 1.4.1 the `add-index`, `primary-key-add` and `primary-key-revert` commands

However, you can script this process in bash by getting a list of sites and looping over them:

for site in $(wp site list --field=url);
then
for site in $(wp site list --field=url); do
wp pantheon session add-index --url=$site
done

Expand Down

0 comments on commit f09f009

Please sign in to comment.