Skip to content

Commit

Permalink
Env: Use mariadb executable instead of mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jun 3, 2024
1 parent 6cb36aa commit 642ea90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/local-env/includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ wp() {
# Executes the given MySQL client command in the database container.
##
mysql() {
dc exec -T -e MYSQL_PWD=example $DATABASE mysql "$@"
dc exec -T -e MYSQL_PWD=example $DATABASE mariadb "$@"
}

##
Expand Down

0 comments on commit 642ea90

Please sign in to comment.