Skip to content

Commit

Permalink
update WP Playground blueprint to point to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
asirota committed Nov 11, 2024
1 parent 8e8a267 commit b1835c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/playground/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"blogname": "AspireUpdate Demo Site"
},
"plugins": [
"https://github-proxy.com/proxy/?repo=AspirePress/AspireUpdate&branch=playground-ready",
"https://github-proxy.com/proxy/?repo=AspirePress/AspireUpdate&branch=main",
"error-log-viewer",
"plugin-check"
],
Expand Down Expand Up @@ -54,8 +54,8 @@
"data": "<?php add_action('admin_notices', function() { echo '<div class=\"notice notice-info is-dismissible\"><p>Welcome to AspireUpdate Demo. Visit <a href=\"https://docs.aspirepress.org\">AspirePress documentation</a> for more details.</p></div>'; });"
},
{
"step": "rm",
"path": "/wordpress/wp-content/plugins/hello.php"
"step": "rm",
"path": "/wordpress/wp-content/plugins/hello.php"
}
]
}

0 comments on commit b1835c2

Please sign in to comment.