Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Oct 19, 2023
1 parent 1e5aa4b commit a308bfd
Showing 1 changed file with 1 addition and 2 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

0 comments on commit a308bfd

Please sign in to comment.