From b2c4c3b56d003282cda3603edf7f98195cdb4ebf Mon Sep 17 00:00:00 2001 From: "M.Gough" <60232355+mgough-970@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:49:02 -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 764acd922..7c4ca5ac5 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() {