Skip to content

Commit 0ab7d0c

Browse files
authored
grep URL
1 parent 9ae1127 commit 0ab7d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku/pg-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ heroku pg:wait -a simonwillisonblog
3030
```
3131
Then I used this command to figure out which `_URL` it had:
3232
```
33-
heroku config -a simonwillisonblog | grep DATABASE
33+
heroku config -a simonwillisonblog | grep URL
3434
```
3535
Which meant I could run the copy:
3636
```

0 commit comments

Comments
 (0)