Skip to content

Commit 71f0765

Browse files
authored
fix: typo in mysql process-compose.yml (#1383)
## Summary Fix typo in `plugins/mysql/process-compose.yaml` . ## How was it tested? Co-authored-by: Ishigami Keisuke <[email protected]>
1 parent 480dbc5 commit 71f0765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/mysql/process-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "0.5"
22

33
processes:
44
mysql:
5-
command: "mysqld 2> $MYSQL_HOME/mysql.log & MYSQL_PID=$! && echo 'Starting mysqld... check mariadb_logs for details'"
5+
command: "mysqld 2> $MYSQL_HOME/mysql.log & MYSQL_PID=$! && echo 'Starting mysqld... check mysql_logs for details'"
66
is_daemon: true
77
shutdown:
88
command: "mysqladmin -u root shutdown"

0 commit comments

Comments
 (0)