From 1d78bdf90c4038b565edcef81646fe790f3190ab Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Tue, 20 Mar 2018 14:14:09 +0100
Subject: [PATCH] Fix Typo in publish.cmd

---
 publish.cmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/publish.cmd b/publish.cmd
index 74c0bbf..586412b 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
-- 
GitLab