Skip to content

Commit

Permalink
fix: 📝 Fix missing quotes around arg parameter in `make artisan arg…
Browse files Browse the repository at this point in the history
…=key:generate` command
  • Loading branch information
cbouvat committed Aug 31, 2023
1 parent 4b58d0c commit b2cddf5
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 @@ -10,7 +10,7 @@ cp .env.example .env
make build
make composer arg=install
make npm arg=install
make artisan arg=key:generate
make artisan arg="key:generate"
make artisan arg=migrate
make up
```
Expand Down

0 comments on commit b2cddf5

Please sign in to comment.