Skip to content

Commit 7268460

Browse files
committed
[-] fix moving WinSW configs to "service" folder
1 parent 6bafcbe commit 7268460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ MKDIR %MD%\service
3434
curl %WINSW_REF% --location --output %MD%\service\patroni_service.exe
3535
COPY %MD%\service\patroni_service.exe %MD%\service\etcd_service.exe /B
3636
COPY %MD%\service\patroni_service.exe %MD%\service\vip_service.exe /B
37-
MOVE *.xml %MD%\service\
37+
MOVE %MD%\*.xml %MD%\service\
3838
@ECHO --- WINSW downloaded ---
3939

4040
@ECHO --- Download PATRONI ---

0 commit comments

Comments
 (0)