changeset 372:c3ab8a10dacb misc

Don't upload XML source.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Feb 2024 02:17:38 +0200
parents fc37b0517272
children dbe373904900
files update-xml-to-html.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/update-xml-to-html.sh	Sat Feb 10 02:12:23 2024 +0200
+++ b/update-xml-to-html.sh	Sat Feb 10 02:17:38 2024 +0200
@@ -8,6 +8,6 @@
 	tidy -w 200 -utf8 -asxhtml -i -m "$HTML"
 
 if test -e "$HTML"; then
-	scp "$XML" "$HTML" ccr@tnsp.org:public_html/bat/
+	scp "$HTML" ccr@tnsp.org:public_html/bat/
 fi