Skip to content

Commit

Permalink
Slash
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnorthrip committed Mar 13, 2024
1 parent 3700485 commit 2576389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ php artisan vendor:publish --tag=dbpull-config

The db:pull command pulls the remote database and imports it into your local database.
Currently, the command currently works with MySQL databases and over passwordless SSH.
The database is pulled into a temporary file locally in database/pulls and state is persisted in .dbpull.json.
The database is pulled into a temporary file locally in /database/pulls and state is persisted in .dbpull.json.
You should add both of these to your .gitignore.

```bash
Expand Down

0 comments on commit 2576389

Please sign in to comment.