From 3213720f27c89ffc189d8b73f49938819625d446 Mon Sep 17 00:00:00 2001 From: "M.Gough" <60232355+mgough-970@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:02:34 -0500 Subject: [PATCH] Update placeholder.sh --- placeholder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/placeholder.sh b/placeholder.sh index 7c4ca5ac..1e8aa181 100755 --- a/placeholder.sh +++ b/placeholder.sh @@ -10,7 +10,7 @@ ROOT_DIR="_build/html" SEARCH_STRING="vnd.jupyter.widget-view+json" # Replacement line -REPLACEMENT_STRING='' +REPLACEMENT_STRING='' # Function to replace lines in a file replace_lines_in_file() {