Skip to content

Commit 2df6fdc

Browse files
committed
Fix formatting
1 parent 82560ef commit 2df6fdc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,10 @@ environmental variables being set:
498498
},
499499
"afterReset": [
500500
"afterReset.sql",
501-
{ "_": "command", "command": "DATABASE_URL=\"$GM_DBURL\" npx --no-install graphile-worker --schema-only" }
501+
{
502+
"_": "command",
503+
"command": "DATABASE_URL=\"$GM_DBURL\" npx --no-install graphile-worker --schema-only"
504+
}
502505
],
503506
"afterAllMigrations": [
504507
{

0 commit comments

Comments
 (0)