Skip to content

Commit

Permalink
Env: Fix Vim typo? (#19218)
Browse files Browse the repository at this point in the history
`1cq` => `1`

The value only needs to be non-empty so nothing should change here.
  • Loading branch information
epiqueras authored Dec 18, 2019
1 parent 5957797 commit e985613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/env/lib/create-docker-compose-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
depends_on:
- mysql
environment:
WORDPRESS_DEBUG: 1cq
WORDPRESS_DEBUG: 1
WORDPRESS_DB_NAME: wordpress
WORDPRESS_DB_PASSWORD: password
image: wordpress
Expand All @@ -47,7 +47,7 @@ services:
depends_on:
- mysql
environment:
WORDPRESS_DEBUG: 1cq
WORDPRESS_DEBUG: 1
WORDPRESS_DB_NAME: tests-wordpress
WORDPRESS_DB_PASSWORD: password
image: wordpress
Expand Down

0 comments on commit e985613

Please sign in to comment.