Skip to content

Commit ef65eb8

Browse files
authored
Correct makefile commend (#51)
1 parent 2c1d06b commit ef65eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ delete: ## Delete DDEV and Database
4646
rm -rf public
4747

4848
.PHONY: delete-db
49-
delete-db: ## Delete DDEV and Database
49+
delete-db: ## Delete Database in DDEV
5050
ddev exec -s db 'mysql --database=mysql -e "DROP DATABASE db; CREATE DATABASE db;"'

0 commit comments

Comments
 (0)