Skip to content
Snippets Groups Projects
Commit 1d78bdf9 authored by David Maus's avatar David Maus
Browse files

Fix Typo in publish.cmd

parent de6f6b4a
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
REM Veröffentlicht die als Parameter übergebene METS-Datei REM Veröffentlicht die als Parameter übergebene METS-Datei
REM 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 Autor: David Maus <maus@hab.de>
REM REM
...@@ -31,7 +31,7 @@ if exist %TARGET% ( ...@@ -31,7 +31,7 @@ if exist %TARGET% (
%CALABASH% -i file:/%input:\=/% src/xproc/publish.xpl objectId=%signatur% targetUri=file:/%TARGET:\=/% %CALABASH% -i file:/%input:\=/% src/xproc/publish.xpl objectId=%signatur% targetUri=file:/%TARGET:\=/%
if not errorlevel ( if not errorlevel (
echo Okay! echo Okay
) )
pause pause
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment