Skip to content

Commit 1a3a432

Browse files
committed
fix: replace lost text in name of checkharness
1 parent 4718cf2 commit 1a3a432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/checks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
) filteredSqlTests;
150150
sortedTestList = builtins.sort (a: b: a < b) testList;
151151
in
152-
pkgs.runCommand "postgres-${pgpkg.version}-ch"
152+
pkgs.runCommand "postgres-${pgpkg.version}-check-harness"
153153
{
154154
nativeBuildInputs = with pkgs; [
155155
coreutils

0 commit comments

Comments
 (0)