Skip to content

Commit

Permalink
Minor celanup in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnorthrip committed Feb 3, 2024
1 parent 9be5c80 commit bea540e
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 @@ -28,7 +28,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 only 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.
You should probalby add both of these to your .gitignore.
You should add both of these to your .gitignore.

```bash
php artisan db:pull
Expand Down

0 comments on commit bea540e

Please sign in to comment.