Skip to content

Commit ae322b7

Browse files
Nyholmjaviereguiluz
authored andcommitted
typo
1 parent 1017897 commit ae322b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
218218
before_install:
219219
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
220220
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
221-
- if ! [ -v $DEPENDENCIES ]; then composer require --no-update ${DEPENDENCIES}; fi;
221+
- if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
222222
223223
install:
224224
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355

0 commit comments

Comments
 (0)