Skip to content

Commit 7b83e63

Browse files
committed
fixed target
1 parent 87c0be3 commit 7b83e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postgres-database/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ setup-commit: install-dev up-pg ## sets up a database to create a new commit int
9999
sleep 2
100100
# discovering
101101
sc-pg --help
102-
sc-pg discover -u test -p test -d test
102+
sc-pg discover -u test -p test -d test --host localhost
103103
# upgrade
104104
sc-pg upgrade
105105
# some info

0 commit comments

Comments
 (0)