nix(fix): Load withTmpDb into nix to have shellcheck run on it
This commit is contained in:
committed by
Wolfgang Walther
parent
32bac81d91
commit
40b1dccc54
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user