Skip to content

Commit 4ad63ae

Browse files
committed
Fix shebang
1 parent 78af629 commit 4ad63ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SharedInputs/postgres_wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env bash
1+
#!/usr/bin/env bash
22
# Setup minimalistic postgres instance in specified directory, start a server,
33
# run the given command and shutdown the server. Use
44
# `postgresql://pgtest@localhost:9100` to connect to the server.

0 commit comments

Comments
 (0)