Skip to content

Commit 8bd6f0c

Browse files
committed
Fix typo in the script introduced when added error checking to genlists.py
1 parent 191cb37 commit 8bd6f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/helpers/postgres_nsis_installer.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ GOTO :NO_PGPRO_UPGRADE
132132
type server.files pgpro_upgrade.files > allserver.files
133133
:NO_PGPRO_UPGRADE
134134

135-
%PYTHON64_PATH%/python %ROOT%/build/helpers/genlists.py %%PG_INS_SOURCE_DIR% client.files devel.files plperl.files %plpython2.files plpython3.files unneeded.files allserver.files || GOTO :ERROR
135+
%PYTHON64_PATH%/python %ROOT%/build/helpers/genlists.py %PG_INS_SOURCE_DIR% client.files devel.files plperl.files plpython2.files plpython3.files unneeded.files allserver.files || GOTO :ERROR
136136

137137
rem generate installer itself
138138
makensis postgresql.nsi || GOTO :ERROR

0 commit comments

Comments
 (0)