diff --git a/publish_on_pages.sh b/publish_on_pages.sh
index 2f6a26970bda4e1f2de063ab84be3bf952d1c62c..94b0311205fe9cdab2e64159c683cfff603d4b01 100644
--- a/publish_on_pages.sh
+++ b/publish_on_pages.sh
@@ -24,7 +24,7 @@ elif [ $6 == 'false' ]; then
     cp -r -f "$3_$4.docx" public/$4
     docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 "$3_$4" "$4/$3_$4.docx" "$5"
 else
-    echo 'Removing entry for $6...'
+    echo 'Removing entry for ' $6
     rm -r -f public/$6
     docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 -re "$3_$6" "$4/$3_$4.docx" "$5"
 fi