Browse Source

update zmp

master
sasgis 54 years ago
parent
commit
f46ce91660
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Update.cmd

+ 1
- 1
Update.cmd View File

@@ -14,7 +14,7 @@ goto err
hg pull "https://bitbucket.org/vdemidov/sas.maps/" -u -f
IF ERRORLEVEL 1 goto err
IF NOT ERRORLEVEL 0 goto err
@for /R /D %d in (*.zmp) do rd /q %d > nul
for /R /D %%d in (*.zmp) do rd /q %%d
goto end
:CloneRepo
rd /s /q sas.maps


Loading…
Cancel
Save