Automattic / jurassic.ninja

A frontend to launching ephemeral WordPress instances that auto-destroy after some time
https://jurassic.ninja/
Other
70 stars 12 forks source link

Fix typo in add_other_users(): replace "%%" with "&&" #292

Closed waclawjacek closed 1 month ago

waclawjacek commented 1 month ago

Fixes a typo preventing site creation from working on master.

Testing instructions

  1. Set up a Jurassic Ninja site by following the instructions in the repo readme.
  2. Try to launch a site by following the instructions in the repo readme and see it fail (check the wp-content/debug.log). :(
  3. Apply this PR and see things work! :)