Skip to content

Commit 2a8129f

Browse files
committed
Typo in Makefile
1 parent 1b28c01 commit 2a8129f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/pglogical_output/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ include $(top_srcdir)/contrib/contrib-global.mk
1616
# 'make installcheck' disabled when building in-tree because these tests
1717
# require "wal_level=logical", which typical installcheck users do not have
1818
# (e.g. buildfarm clients).
19-
installcheck:
20-
;
19+
installcheck:;
2120

2221
EXTRA_INSTALL += contrib/pglogical_output_plhooks
2322
EXTRA_REGRESS_OPTS += --temp-config=./regression.conf

0 commit comments

Comments
 (0)