diff --git a/publish.cmd b/publish.cmd
index 74c0bbf3ab35e8ac98d45497fe708398eba6bac5..586412b1172a1857bcc494f75d746ffcf1419265 100644
--- a/publish.cmd
+++ b/publish.cmd
@@ -2,7 +2,7 @@
 
 REM Veröffentlicht die als Parameter übergebene METS-Datei
 REM
-REM Timestamp: <2018-03-13 11:32:46 maus>
+REM Timestamp: <2018-03-20 14:07:23 maus>
 REM Autor: David Maus <maus@hab.de>
 REM
 
@@ -31,7 +31,7 @@ if exist %TARGET% (
 %CALABASH% -i file:/%input:\=/% src/xproc/publish.xpl objectId=%signatur% targetUri=file:/%TARGET:\=/%
 
 if not errorlevel (
-  echo Okay!
+  echo Okay
 )
 
 pause