Skip to content

Commit

Permalink
Fix typo in circleci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rbairwell committed Mar 19, 2019
1 parent 0414c82 commit 8cc22aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:

# check composer is in sync
- run:
name: Checking composer.lock
command: composer validate --no-check-all --strict
name: Checking composer.lock
command: composer validate --no-check-all --strict

# Download and cache dependencies
- restore_cache:
keys:
Expand Down

0 comments on commit 8cc22aa

Please sign in to comment.