From ee862e182f5dc899d4c7fa54f061ef958477bf55 Mon Sep 17 00:00:00 2001
From: "M.Gough" <60232355+mgough-970@users.noreply.github.com>
Date: Thu, 19 Dec 2024 14:16:06 -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 1e8aa181..1b21ac53 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() {