Skip to content

Commit

Permalink
Fix bad key name (#15815)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Jul 17, 2019
1 parent 84bf648 commit 0bcd269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- restore_cache:
key: www_public_dir_1
- restore_cache:
key: www-cache_dir_1
key: www_cache_dir_1
- run:
command: yarn
working_directory: ~/project/www
Expand Down

0 comments on commit 0bcd269

Please sign in to comment.