Skip to content

Commit 0f33435

Browse files
authored
[-] fix path to the patroni.yaml in patronictl.bat, fixes #32
1 parent 75bb958 commit 0f33435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patronictl.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ SETLOCAL
55
REM Set here your console [sic!] favorite editor
66
SET EDITOR=micro\micro.exe
77

8-
python.exe patroni\patronictl.py -c patroni.yaml %*
8+
python.exe patroni\patronictl.py -c patroni\patroni.yaml %*

0 commit comments

Comments
 (0)