Fix server name.

This commit is contained in:
Tom Rothamel
2019-06-01 21:37:35 -04:00
parent 38deac811e
commit 70fd79df26
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
rsync -a ../doc-web/ tom@erika.onegeek.org:/home/tom/WWW.renpyorg/doc/html/
rsync -a ../doc-web/ tom@abagail.onegeek.org:/home/tom/WWW.renpyorg/doc/html/
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
rsync -va ../doc-web/ tom@erika.onegeek.org:/home/tom/WWW.renpyorg/dev-doc/html/
rsync -va ../doc-web/ tom@abagail.onegeek.org:/home/tom/WWW.renpyorg/dev-doc/html/