nix(fix): Load withTmpDb into nix to have shellcheck run on it

This commit is contained in:
Wolfgang Walther
2021-04-18 13:51:39 +02:00
committed by Wolfgang Walther
parent 32bac81d91
commit 40b1dccc54
+1 -1
View File
@@ -19,7 +19,7 @@ let
if test ! -v PGRST_DB_URI; then
export PATH=${postgresql}/bin:"$PATH"
exec test/with_tmp_db "$@"
exec ${../test/with_tmp_db} "$@"
else
"$@"
fi