From 6b731d8996e49988d1d2f4d22ba089590e0f7537 Mon Sep 17 00:00:00 2001 From: jhen Date: Mon, 22 Jul 2024 12:00:34 +0800 Subject: [PATCH] chore: revert unnecessary change --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 8abbcec0..88a374d3 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -84,7 +84,7 @@ done echo "Replacement completed successfully!" -# yarn example +yarn example # Apply patch patch -p0 -d ./cpp < ./scripts/common.h.patch