From b1835c205d2a614818d41eba4be379447eb85dd3 Mon Sep 17 00:00:00 2001 From: Alex Sirota Date: Mon, 11 Nov 2024 16:26:07 -0500 Subject: [PATCH] update WP Playground blueprint to point to main branch --- assets/playground/blueprint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/playground/blueprint.json b/assets/playground/blueprint.json index 6174ce9..c7d4e99 100644 --- a/assets/playground/blueprint.json +++ b/assets/playground/blueprint.json @@ -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" ], @@ -54,8 +54,8 @@ "data": "

Welcome to AspireUpdate Demo. Visit AspirePress documentation for more details.

'; });" }, { - "step": "rm", - "path": "/wordpress/wp-content/plugins/hello.php" + "step": "rm", + "path": "/wordpress/wp-content/plugins/hello.php" } ] }