From 8f696f3fc895c42583acf6f9c59289b98f821212 Mon Sep 17 00:00:00 2001 From: Amnesty AM <37809410+AmnestyAM@users.noreply.github.com> Date: Fri, 8 Nov 2024 22:57:52 +0000 Subject: [PATCH] Remove plugin hello dolly (#167) --- assets/playground/blueprint.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/playground/blueprint.json b/assets/playground/blueprint.json index d9e8453..6174ce9 100644 --- a/assets/playground/blueprint.json +++ b/assets/playground/blueprint.json @@ -52,6 +52,10 @@ "step": "writeFile", "path": "/wordpress/wp-content/mu-plugins/bgnightly-notice.php", "data": "

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

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