Skip to content

Commit 05835f4

Browse files
Fix syntax issue
1 parent c2dce9d commit 05835f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sudo docker-php-ext-install mysqli
1515
sudo apt-get install mysql-client-5.7
1616
- run: |
17-
- echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
17+
echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
1818
- run: |
1919
composer require wp-cli/wp-cli:dev-master
2020
composer install

0 commit comments

Comments
 (0)